Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Strings, StringSplit

$
0
0
Hello,

1st time using this command and its driving me crazy
I have these value:
[ autoit ]      
$read[0] = GUICtrlRead($input[0]) $read[1] = GUICtrlRead($input[1]) $read[2] = GUICtrlRead($input[2]) $read[3] = GUICtrlRead($input[3])

What i want to do is, - i want to make it a var splited in "," so i can use it as an url.
Any ideas how?

Edit: Ofcourse i don't want to do something like this:
[ autoit ]      
$url = $read[0] & "," & $read[1] & "," & $read[2] & "," & $read[3]
Something better look-like :D

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>