Quote:
Originally Posted by macropod
Hi Rob,
Your field construction is just fine. Did you use Ctrl-F9 for all the field brace pairs (ie '{}')?
There's a macro I wrote for converting the textual field representation into true fields at: http://www.gmayor.com/export_field.htm#TextToField
|
I've also had issues combining criteria in a SKIPIF statement. Here's my code:
{ SKIPIF { = {IF {mergefield} < 1000 "0" "1" } + { IF {mergefield} < 2 "0" "1" } = "0" }
Can you identify any issues with this? Many thanks!