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 .............
note: i wanna use conversion routiene or func. module only
help me out