-Option for when breaking "if" statements up, to place the "and" and "or"s on the same line as the statement.
ie:
Instead of:
Code:
IF ( iLoopCounter < iMaxCount AND
bDone = false) THEN
we could have:
Code:
IF ( iLoopCounter < iMaxCount
AND bDone = false) THEN
Just got the program installed today (I am with Scott's group and the customer just purchased a site-license from you) and so far I have to say I really like what I see