Thanx, It just hit me right when i read your reply... public variable. Why didn't i think of that??
Thx Dhruv
: To make a variable global in an application you can declare it as a public variable in a module. : : Public bVar as boolean : Public sVar as string 'etc. : : : Hey World, : : : : How do you declare a gobal variable or boolean or other stuff?????? : : : : : : Dhruv(BattleGuard) : : : :
Comments
Public bVar as boolean
Public sVar as string 'etc.
: Hey World,
:
: How do you declare a gobal variable or boolean or other stuff??????
:
:
: Dhruv(BattleGuard)
:
Thx Dhruv
: To make a variable global in an application you can declare it as a public variable in a module.
:
: Public bVar as boolean
: Public sVar as string 'etc.
:
: : Hey World,
: :
: : How do you declare a gobal variable or boolean or other stuff??????
: :
: :
: : Dhruv(BattleGuard)
: :
:
: