Mark Simms
marksimms at verizon.net
Tue Jul 2 19:59:58 CDT 2013
Sorry Brad, but adherence to disciplined naming conventions make a HUGE difference towards ease of maintenance. Especially critical : Use of Globals !! And don't get me started on the danger of globals. > Examples - > 01 Part-Number PICTURE X(30). > 01 Part-Cost Comp-3 PICTURE 9(05). > > > In VBA examples, I see most people using prefixes such as Str, Lng, > Dat, > Etc. > > I have never quite understood why people do this when working with VBA > while I believe that very few people did this in the COBOL realm. > > In COBOL we would simply look at the Picture clause in the field name > definition. This would be the equivalent of looking at the DIM > statement. > > Again, this is just a curiosity question. > > Thanks, > Brad