On 4/30/05 4:53 PM, Paul Salyers wrote:

Close I now have:

"gData1","gData2","gData3","gData4","gData5

At least the quotes & comas are in place but the information in the data is not getting saved.


I used:

put quote & gData1 & quote & comma & quote & gData1 & quote & comma & quote & gData1 & quote & comma & quote & gData1 & quote & comma & quote & gData1

When you get the name of the variable instead of the contents, it is almost always because nothing has been put into the variable to initialize it.


Your variable names start with "g" -- are they intended as global variables? Are they declared as globals?

Also, try this in the message box:

  global gData1;put gData1

Does the message box show a value?

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to