I think "If it ain't broke, don't fix it" applies here. Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of marc schluter Sent: Thursday, October 24, 2013 9:50 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Simple page mode question
I wrote a Pagemode report 10 years ago but I need to add some new fields to it. I think I wrote the code at the bottom so I wouldn't get -0- for null values in the report but I was wondering if it would be better to change the code to Set Null '' WRITE .vicda1a=8 AT &vline,16 instead of this IF vicda1a IS NULL THEN WRITE ' ' AT &vline,16 ELSE WRITE .vicda1a=8 AT &vline,16 ENDIF Thanks for any suggestions Marc

