Global Variable
From: Rodolfo Fontes (rodolfofontes_at_yahoo.com.br)
Date: 11/11/04
- Next message: Mike D Sutton: "Re: Copying Objects"
- Previous message: Mike D Sutton: "Re: How to fill an array with a text file..."
- Next in thread: Mike D Sutton: "Re: Global Variable"
- Reply: Mike D Sutton: "Re: Global Variable"
- Reply: Jeff Johnson [MVP: VB]: "Re: Global Variable"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Nov 2004 10:26:24 -0300
Hi group,
Which is the sintax on vb6 to define a variable as global?
I have the following code, and i wanna call all this variables on other Subs
in the same form.
Private Sub Form_Load()
Dim var_C, var_B, var_E, var_D, var_DCE, var_DCD, var_DBE, var_DBD As String
Dim var_ZT, var_ZW, var_S, var_IC, var_IO, var_FN, var_FF As String
'#######################################################
'Cima
Thanks,
'http://
'Declaração das variáveis utilizadas para mover a câmera
var_C = "ff010008202049"
Rodolfo Fontes
Relevant Pages
... i wanna find out all possible combinations of each subs. ... Oops, no, I misread. ...
(comp.lang.php)
... on in VB6 and it's mainly to do with variables & subs. ... keyword; passing arrays to and from a sub; returning vars from a sub in ... inexpensive books) that explains all this reasonably simply? ...
(comp.lang.basic.visual.misc)