View Single Post
 
Old 08-10-2011, 04:24 PM
surrendertoo surrendertoo is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Aug 2011
Posts: 2
surrendertoo is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
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!
Reply With Quote