Jump to content

Recommended Posts

Posted

i know that some programs have a multi func in text

example:

inputbox: test1;test2;test3;

that is in one text how do i splits it in arrys so...

$text[0] = test1
$text[1] = test2
$text[2] = test3

Msgbox(64,"Inputbox", "Inputbox was: " & @CRLF & "$text[0] = " & $text[0] & @CRLF & "$text[1] = " & $text[1] & @CRLF & "$text[2] = " & $text[2])

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...