[Gambas-user] listBox

Fabien Bodard gambas.fr at ...626...
Mon Nov 13 08:48:51 CET 2006


File.Save(destino, lineas.join("\n"))

Don't forget that lineas is a String[]
and :

STATIC SUB *Save* ( *FileName* AS String, *Data* AS String )

and for loading you list :

Listbox1.list = split(file.load(destino), "\n")

Regards,
 Fabien Bodard



More information about the User mailing list