Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL522631-001
5-6
DEFINEMODE
Controls the use of DEFINEs.
DEFINENEXTNAME
Returns the name of the DEFINE that follows the specified DEFINE (in ASCII order).
filenum, INT:value input
address-list, INT:ref:* input
address-size, INT:value input
num-entries, INT:value input
polling-count, INT:value input
polling-type, INT:value input
< (CCL) An error occurred (call FILEINFO).
= (CCE The DEFINELIST procedure was executed successfully.
error := DEFINEMODE ( new-value
,[ old-value ] );
error, INT returned value
0 Success.
2067 The value supplied in new-value is invalid.
new-value, INT:value input
old-value, INT:ref:1 output
error := DEFINENEXTNAME ( define-name );
error, INT returned value
0 Successful.
2049 A syntax error occurred in name.
2051 DEFINE not found.