Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Variable declaration
Name: Val Date: October 1, 2002 at 04:54:14 Pacific OS: windows 2000 CPU/Ram: I don't know
Comment:
How do I need to declaire variable in one class so other classes will see it. Thank you
Summary: Folks: In my impression back in the old days when I was at college that I needed to declare all th variables at the top of the block. However, I recently saw somebody declared the variables anywhere i...
Summary: I would like to know how to declare variables for arrays when the size of the array is not known, thus it is event- controlled (ex. sentinel vaue of 0) . For example: int array1[4] declares a one dim...
Summary: To make this work you should use the following code. Private Sub Display_Click() Text1.Text = form1.j End Sub Unloading form1 caases the variable to be reset. You need to keep form1 loaded but hidde...