I have with wexa 3.1e.0.01 the following problem:
Code:
program "test" field=m dcl i$=30
segment 0 ask=1, /0D=Next: =(u30),i print=1:tab(1,1),(u30),i pause " "
eseg 0 end
When the input is ' Andreas' then the output is 'Andreas' Wexa delete the spaces up to the first character that is not space. With wexa 3.1c.... it's ok.
|