specval comparisons again
Hi all,
I've been trying to test for the page number > 1, but this doesn't work:
<specval attname="foliostr[BO]" attloc="#FOSI" attval="#GT#\1"/">
while this works:
<specval attname="entryct" attloc="#FOSI" attval="#EQ#\10"/">
but this doesn't, if I initialize addnewline.txt=10 in the rsrcdesc:
<specval attname="entryct" attloc="#FOSI" attval="#EQ#addnewline.txt"/">
Is there a way to compare numbers saved to variables? Or, alternately, to test for a column break?

