.and, if you can't fix it, don't break it.
Javier, Javier Valencia, PE O: 913-829-0888 H: 913-397-9605 C: 913-915-3137 From: [email protected] [mailto:[email protected]] On Behalf Of Dennis McGrath Sent: Thursday, October 24, 2013 11:01 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Simple page mode question 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

