Variable Scope Prefixes
As script size rise, so does the value of being capable to rapidly differentiate the scope of variables. A one-letter scope prefix preceding type prefix provides this, without improperly enhancing the size of variable names.
Scope
|
Prefix
|
Example
|
Procedure-level
|
None
|
DblPrice
|
Script-level
|
S
|
SDblPrice
|