|
I have seen this section in another TMP file, and
yet I can find no documentation on how to use @cyclchg
Does this get accessed prior to every @
section???
I figure I could build one heck of a #IF section in
here to determine tool types to force RPM mode
per my question yesterday, if I am understanding
this right. Does anyone have any documentation on this
section?
Thanks
Jon
@CYCLCHG
// Accessed prior to every system defined @ section (START, LINE, RAP, etc.) // This feature can give you look-ahead capabilty, among other things. // Nothing can be output from this section, but anything can be evaluated (#EVAL). // There are 4 special template words of use in this section that enable you // to know what @ section will be accessed next. They are: // #STPROF \ // #ENDPROF \ These vars will equal either 1 or 0 (True or False), // #RAP / and only one of these can be set to 1 at any time. // #CUT / |
