Jump to content

Converting Array To String


Medic873
 Share

Recommended Posts

#include<Array.au3>

Dim $aSplit[69]
For $i=0 to 68 step 1
    $aSplit[$i] = $i
Next
$Number1 = _ArrayToString($aSplit, "|")
MsgBox(0, "", $Number1)

Try this it should demonstrate how to get it to work.

_ArrayToString's second parameter defaults to "|" so it's not really necessary.

Same with "step 1"

Edited by darkjohn20
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...