How to put spaces in record name ?

Hi,

I have to load a flat file with a format like this:
30 test
40 test 2
50 test 3

I simply want to create a record or record list named " 30 ", not “30”. When I save it or rename it, Developer trims the spaces at the beginning and at the end. Is there a way to tell WM not to trim spaces ?

Thanks !
Mat

Had the same problem when using the convertToString function. Solved it by putting in a character that I was sure wouldn’t be found anywhere else in the string instead of space, call convertToString and afterwards replace the chosen character with space.
Maybe you can use a similar solution for your problem.