If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I know you can access normal array elements using the myarray[1] type of syntax, but is it possible to access the elements of a dynamic array using the same type of syntax?
I.e instead of dynArr["name"] use dynArr[2] ?
Thanks foir the help! Thought I'd accessed them this way before but now it doesn't seem to work!
Actually the "order" of the keys don't change. There is no concept of "order." But a virtual order can be established using a standard array as a proxy.
The solution to the problem is not found in answering the question asked, but in understanding it.