Re: Printing on the same line


[Prev][Next][Index][Thread]

Re: Printing on the same line



<Can i have the T-86 show something and have the results on the same line.>

If you use the, "Outpt" command in place of the, "Disp" command, you can
position  your results anywhere you want them.  It requires a separate command
for each part.  For example:

Outpt(2,1,"The length is: "):Outpt(2,17,L)

This will put the string and the result on line two assuming the result is in
variable 'L'.
First argument is the row.
Second argument is the column.

Closing parenthesis are not essential.  Included here for clarity.


References: