For reason of readability & consistency, employ the following prefixes along with descriptive names for variables in your VBScript code.
Sub type
|
Prefix
|
Example
|
Boolean
|
Bln
|
BlnFound
|
Byte
|
Byt
|
BytQuantity
|
Date
|
Dtm
|
DtmStart
|
Double
|
Dbl
|
DblPrice
|
Error
|
Err
|
ErrOrderNum
|
Integer
|
Int
|
IntPrice
|
Long
|
Lng
|
LngDistance
|
Object
|
Obj
|
ObjCurrent
|
Single
|
Sng
|
SngAverage
|
String
|
Str
|
StrName
|