Advertisement
jargon

basTgDb.bas

Feb 23rd, 2013
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Attribute VB_Name = "basTgDb"
  2. Public Type typeTgDbNodeLeaf
  3.     This As String
  4.     Leaf As Boolean
  5. End Type
  6. Public Type typeTgDbNodeHiLo
  7.     Hi As Long
  8.     Lo As Long
  9. End Type
  10. Public Type typeTgDbNodeUpDn
  11.     Parent As Long
  12.     Child As Long
  13. End Type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement