|
|||||||
QTIPS - PERFORM Arguments and FMT SpecificationsTony McDowell of Pioneer Computing in Australia makes the point that multiple commands may be passed to TCL via PERFORM or EXECUTE. The arguments passed should separate each command with an @FM. E.G. 0001 Command = "SELECT BP SOURCE" 0002 Command<-1> = "EDIT BP" 0003 Perform Command (As a side point but one that has come up several times with various individuals in the past month - REMEMBER, a PERFORM will lose an active select list! Use EXECUTE if you wish to keep the list active.) He further indicates that R/BASIC supports PRIME information style FMT specifications, E.G. Print X "8R", Y "25T". (Volume 4, Issue 2, Page 5) |
|||||||
| |||||||