If I understand correctly, variables in Process_Globals and Globals should be declared with either Public or Private. However, if I was to declare a variable in a regular sub, should I use those modifiers or should I be using Dim? Is there an actual difference or is it just a personal...
Hi,
Just a small doubt I couldn't find the answer for in B4X documentation:
In VB 6 variables are always initialized when they are declared. For instance, if I declare "Public myflag as boolean", I can be sure that myflag variable will have the initial state of false... and so on for the other...
Amigos del foro , por favor una ayuda con esto que de plano o es el sueño o el cansancio o soy muy tonto.
Tengo tres variables Cursor :
dim C1, C2, C3 as Cursor
, abajo en alguna sub tengo :
Sub Funcion1
C1=C2
end sub
y luego en otra tengo
Sub Funcion2
C3=C2
End sub
Lo que me pasa es...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.