[Gambas-user] Saving multiple variables

Rob Kudla sourceforge-raindog2 at ...94...
Sun Sep 25 21:34:53 CEST 2005


On Sun September 25 2005 10:59, Scott wrote:
> that.  The problem is I need to save a small list of variables and
> would like to save all of them to the same file, how would I do
> this?

File.Save("filename.txt", var1 & "\n" & var2 & "\n" & var3)

I mean, use whatever delimiter you like, it's just a matter of putting 
all the variables into one string.

Rob





More information about the User mailing list