I'm sure this has been entered in QC many times, and perhaps it will never be fixed. Why can't the debugger display variable values with "With" statements. I know, I know, don't use withs. However, for old code that has withs, it's a pain.
If 'with' makes code less readable it should not be used, that is all. If someone misuses 'with' the problem is with the someone, not with 'with'. I usually use 'with' for initializing record's fields, at it is great for the purpose.
If 'with' makes code less readable it should not be used, that is all. If someone misuses 'with' the problem is with the someone, not with 'with'. I usually use 'with' for initializing record's fields, at it is great for the purpose.
ReplyDelete#gotomasterrace (;
ReplyDeleteWith is fine if used in a simple readable manner, it is the programmers that tend to over reach and make totally unreadable code.
ReplyDelete