one drawback I see is that you could get into some trouble with the Capitalize each word. (far fetched example:)
RedOmen = 1 RedoMen = 2 Even though they will be unique variable names, they consist of the same sequence of letters REDOMEN Keeping it to Redomen (no capitalization after the first letter) would avoid it. Personally, I've been coding in UPPER for too many years, and lowercase coding just looks strange to me....but as I program in more and more (perl, javascript, etc..) that use lowercase as the norm, then lower case in UV would look normal. George > For example: > readu OrderMaster from ORDER.MASTER, OrderMasterId locked ... > readU OE_rec from OE_f, OE_id locked ... > ReadVU OE_Date From ORDER.MASTER, OE$Id, OE$Date Locked ... > READU order.master.rec( oe$date ) FROM order.master.file, _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
