Hello Dan,
I looked for a way to embed conditional strings into the label for library
objects. For example, if a parameter is not null then print a string:
<<
...
/@ac_flag ()
...
begingate
mark
...
{ () @ac_flag ne {(AC)}if }
...
label
Or something like that. I looked in file.c and it ap
I looked for a way to embed conditional strings into the label for library
objects. For example, if a parameter is not null then print a string:
<<
...
/@ac_flag ()
...
>> begingate
mark
...
{ () @ac_flag ne {(AC)}if }
...
label
Or something like that. I looked in file.c and it appears that th