If you want to include the older TAS 3 style forms in your 5.1 program you must include the #FMT compiler directive near the beginning of the program. This will alert the compiler to look for the appropriate lines and include them. A TAS 3 style screen form might look something like the following:
\s scr
element number: & (1 to 19)
All of these should change:
Name [& ]
Key [& ] Key num |& |
Array value (should equal number) &
\
n1
KEY_BUFF_NAME
KEY_NAME[n1] KEY_NUM[n1]
nn[n1]
\\
Note: It doesn't matter whether your put the field names on the same line or different lines.
Page url: http://www.cassoftware.com/tas/manual/tas3fmtstyle.htm