Naming Convention

Variable Types:
    Bt = Byte  
    In = Integer
    Wd = Word
    Ln = Long
    Dw = Dword
    Qd = Quad
    Sn = Single
    Db = Double
    Cu = Currency
    Cx = CurrencyX
    Ex = Extended
    Ss = String
    Ws = WString
    Sz = StringZ
    Wz = WStringZ
    Oj = Object
    Ut = UDT
    Sc = String Character
    Wc = WString Character 

Containers:
    Str = String Buffer container
    Arr = Array container
    Lst = List container
    Stk = Stack container
    Que = Queue container
    Dqu = Deque
    Pri = Priority Queue
    Tre = Tree Container
    Tri = Tire Tree Container 
    Hsh = Hash Container
    Set = Set Container
    Cur = Currsor
    Ech = For Each Cursor
    MTre = MultiTree
    MHsh = MultiHash
    MSet = MultiSet

