timscronin
MIS
I have some data where the user hit a carriage return at the beginning where data looks like
T1 D X365D
I need it to look like
T1 D X365D
How can I remove just the leading char(13) spaces?
T1 D X365D
I need it to look like
T1 D X365D
How can I remove just the leading char(13) spaces?