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

about conversion routiene

28 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 .............

note: i wanna use conversion routiene or func. module only

help me out