Jump to content

Recommended Posts

Posted (edited)

#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
Posted

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

Same with "step 1"

Yea I know. I just like to specify those little things, Seems like it makes it easier to work with in the larger projects.

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
  • Recently Browsing   0 members

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