Quote from
ViiBoo on August 1, 2019, 9:33 am
Hello,
can you please tell me how can i do the all of the parsed strings set into one variable?
StrParse "[eredmeny]" "§" "[part]" "[numparsed]"
Loop "1" "[numparsed]" "[x]"
StrReplace "[part[x]]" "<BR>" "" "[partos2]" ""
FileWrite "!C:\list.txt" "Append" "[partos2]"
Endloop
Because now i save all of the parsed in a list.txt. But how can i do it without saving into a file?
Thanks
Hello,
can you please tell me how can i do the all of the parsed strings set into one variable?
StrParse "[eredmeny]" "§" "[part]" "[numparsed]"
Loop "1" "[numparsed]" "[x]"
StrReplace "[part[x]]" "<BR>" "" "[partos2]" ""
FileWrite "!C:\list.txt" "Append" "[partos2]"
Endloop
Because now i save all of the parsed in a list.txt. But how can i do it without saving into a file?
Thanks
proforma.guyot has reacted to this post.