|
In my script is getting complex and I get a point that I don't want to set the length or size of a variable/Array so I would like to know how I can set a variable length using a variable. Examples: (this ways doesn't work, that's why in need the correct form to do it)
so that way I don't have to put
and then put the length or size by manually.
(comments are locked)
|
|
You can do this:
I'm not clear if that's what you're trying not to do, but if so, I don't know why. perfect this really works, thanks again eric
Apr 12 '11 at 12:24 AM
Uriel_96
(comments are locked)
|
now the example variable is length of myLength. I believe you can only set the length like this once. If you do this at one point, and then you try to set a value at a greater length (eg. example[myLength+1]) it will error. oh, I can believe it, the solution was just to easy, thanks :)
Apr 11 '11 at 10:49 PM
Uriel_96
Well, except that doesn't actually work. You can do that with the JS Array class, but nothing else.
Apr 11 '11 at 11:34 PM
Eric5h5
oh, maybe that's why I was getting some complications
Apr 12 '11 at 12:14 AM
Uriel_96
looks like you're correct, I was using the Array class. sorry about that. Use Eric5h5's code.
Apr 12 '11 at 12:39 AM
kennypu
(comments are locked)
|
