Quote:
Originally Posted by chaley
No. There isn't any range testing operator.
|
Would adding a range operator test make sense? I'm not sure how much need there is for one, considering
$$#percentread >=# 1 && $$#percentread <=# 99 does the job well enough.
EDIT: Also, not
exactly template-related, but do I need to use "add icon" button to properly add the icon, or will just throwing the file into cc_icons folder work? Mostly because "add icon" isn't accessible via the stored template dialog and it really doesn't make much sense to add it there.
ANOTHER EDIT: Is there a better way to phrase this 'if #number is
defined as 0' template? One of my templates was misbehaving a bit with an undefined #percentread...
Code:
program:
if $$#number==# '0' && $$#number !='None' then 'True'
fi
STILL ANOTHER: Is it intended that custom functions appear as normal text in the template tester?