Well that why you are only getting the data from gData1 everywhere. Look at what you used!

Dennis


On Apr 30, 2005, at 5:53 PM, Paul Salyers wrote:


You would probably want

put quote & gData1 & quote & comma & quote & gData2 & etc.

or perhaps
put quote & comma & quote into myBetween
put quote & gData1 & myBetween & gData2 & myBetween & etc.

--
Alex Tweedly       http://www.tweedly.net


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

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to