Jump to content

Recommended Posts

Posted

I can initialize an array using: DIM $myarray[4]=[10,20,30,40]

But is there any way that I can explicitly avoid having to specify the size of the array, but let that be determined by the amount of initialization data supplied?

(for example in C you'd just use: int myarray[]={10,20,30,40})

Thanks

Stompa

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...