| Original Message |
Solitaire (Login Solitaire1) S Posted May 13, 2012 4:32 PM
If you Dim the variable in the procedure, it is local to that procedure and cannot also be used as a block-level variable. If you try, it will be flagged as an error.
If you use only the local procedure-level variable, it will behave the same as in QB, so the code you posted in response to my first post in this thread, would be valid. |
|
|