QTIPS - Short Cut Implicit Formatting
Published By | Date | Version | Knowledge Level | Keywords |
---|---|---|---|---|
Sprezzatura Ltd | 01 JUN 1991 | 2.03+ | EXPERT | FORMAT, FMT |
The 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)