Hello,
I put together a "simple" FOXPLUS (SCO UNIX) print program.
It prints the lines with the "?" prefix just fine.
My problem is it is printing the variable information
from each "SELE" command that is being executed during
the print loop.
I have tried the "SET DEBUG OFF" and "SET ECHO OFF"
and it makes no difference.
statement example:
SELE 60 TO LINEMAX
? 'HELLO'
the report prints:
60
HELLO
Thanks, Glen
I put together a "simple" FOXPLUS (SCO UNIX) print program.
It prints the lines with the "?" prefix just fine.
My problem is it is printing the variable information
from each "SELE" command that is being executed during
the print loop.
I have tried the "SET DEBUG OFF" and "SET ECHO OFF"
and it makes no difference.
statement example:
SELE 60 TO LINEMAX
? 'HELLO'
the report prints:
60
HELLO
Thanks, Glen