Hello,
1st time using this command and its driving me crazy
I have these value:
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:
Something better look-like
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]
![:D](http://aut1.autoit-cdn.com/forum/public/style_emoticons/autoit/biggrin.gif)