: I need to be able to have information be placed into a variable on one form, and then be able to be shown on another form. I know how to do this, and that's by declaring a public variable. I tried this with an Array and it didn't work, does anyone have any suggestions, or code to help me out?
: Thanx
:
: - S. Tranton
:
Try placing the array into a module. Try making it global...trial and error my friend. One must work :P
<%
'// Programmed By: Zantos
'// VisualProgramming.NET
'// http://vp.funurl.com/
'// visualprogramming@hotmail.com
%>