- Joined
- Jun 21, 2012
- Messages
- 431
When creates a Table via Table struct, NOT have access to the two-dimensional arrays: parentKey and childKey.
TableArray allows us to use this feature but with the requirement that we must assign a size to parentKey.
In hashtable:
In TableArray:
myLimitedParendkey is the size assigned when creating a new TableArray.
For me this is a stone in my shoe
TableArray allows us to use this feature but with the requirement that we must assign a size to parentKey.
In hashtable:
call SaveInteger(h,myUnlimitedParendkey,childKey,value)
In TableArray:
set h[myLimitedParendkey].integer[childKey]=value
myLimitedParendkey is the size assigned when creating a new TableArray.
For me this is a stone in my shoe