|
|||||||
QTIPS - Short Cut Implicit FormattingThe construct PRINT "HELLO" 20 is identical to PRINT "HELLO" "L#20" (which is in turn identical to PRINT FMT("HELLO","L#20")). Note however that this short form will not work properly with multivalues (whereas the final two forms will). (Volume 3, Issue 2, Page 5) |
|||||||
| |||||||