How to declare a public variable that can be edit by forms?VB.Net
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
as topic, if i wan to create an array where the content of the array can be edited by form1 and form2, how i going to do it? for example the content of array is {1,2,3} form2 change the content to {1,2,4} form1 also can see the changes in the array where i should declare the array and wat is the format? and how am i going to call the array in form1 and form2 for modification? any help is greatly appreciated...thz...