who save all content listbox to file? / como grabar el contenido listbox en un archivo - Forum

Forum Navigation
You need to log in to create posts and topics.

who save all content listbox to file? / como grabar el contenido listbox en un archivo

i need save all content to listbox to file.txt

 

Por favor como puedo grabar todo el contenido de un listbox en un archivo de texto externo

 

GRACIAS

ListBoxSize "ListBox1" "[SampleA]"
Loop "1" "[SampleA]" "[SampleB]"
ListBoxGetItem "ListBox1" "[SampleB]" "[SampleC]"
FileWrite "[YourDestinationPath]TextFile.txt" "All" "[SampleC]"
EndLoop

 

ListBox2File

Hope this will help!

luishp has reacted to this post.
luishp

thanks! @impactband4u

impactband4u has reacted to this post.
impactband4u
GetObjectInfo "ListBox1" "Caption" "[ListBoxText]"
FileWrite "[PubDir]file.txt" "All" "[ListBoxText]"

 

luishp and impactband4u have reacted to this post.
luishpimpactband4u

ListBoxGetItem "ListBox1" "all" "[Sample]"
FileWrite "![YourDestinationPath]TextFile.txt" "All" "[Sample]"

luishp, alangonzalez91 and impactband4u have reacted to this post.
luishpalangonzalez91impactband4u