Skip to Content
0
Former Member
Nov 24, 2006 at 11:02 AM

about conversion routiene

24 Views

is there any conversion routiene which removes the space at the place of first character ..........

example:

input

v1 = ' halo'. " here is a space at the start of halo

output:

v1 = 'halo'. " i wanna remove that space using some conversion

routiene or func. module .............

help me out