Hi all,
How do delete a space or return ?
repeat for each line ml in fld "x"
put fld "x" & return into myVar
end repeat
now the last char is a "return or space" how do I remove that ? "I
don't want to remove all of them , just the last one"
Thanks