If a variable is modified by a user, in form1, it is posible to display the variable“s value on another form??
Printable View
If a variable is modified by a user, in form1, it is posible to display the variable“s value on another form??
if the variable is declared as COMMON it should be known by your second form.
How do i declare a variable as COMMON?
Code:Public stString as String