Hi, Casper,
are you familiar with regular expressions? Capturing 6 digits starting with 2 would look like this "2\d{5}" meaning that you need the first digit to be 2 and then any 5 digits. There is a business object called Utility Regex which returns the result.
Regards,
------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/Europe/Prague
------------------------------