Hi all,
I am a newbie in VB.Net and was kind of lost in programming using it compared to the old VB6.
In VB6 I was able to create, declare or assign values to global variables. But now, it seems that every variable should be included in some class (I'm not sure).
What I need to do is to have some global variables and use them to different web pages without using the classes. What I mean is I do not like to use...
Search Result
Collapse
2 results in 0.0042 seconds.
Keywords
Members
Tags
-
Arrays T_T
I have a global variable, something like this:
Code:public class Comisiones { double monto,max=0,min=0
Code:public static void main(String[] args) { Comisiones x[]=new Comisiones[20];