Difference between revisions of "Introduction to Pluggy Arrays"

→‎Overview for Programmers: Removed link (changed my mind about doing the multi-dimension array article)
imported>Speedo
(Tables look better centered, IMO)
imported>Speedo
(→‎Overview for Programmers: Removed link (changed my mind about doing the multi-dimension array article))
Line 163: Line 163:
*Pluggy arrays can mix data types.  Simply use the set function for the data type you wish to set:<br>[[SetInArray|SetInArray (integers)]], [[SetFloatInArray]] and [[SetRefInArray]].
*Pluggy arrays can mix data types.  Simply use the set function for the data type you wish to set:<br>[[SetInArray|SetInArray (integers)]], [[SetFloatInArray]] and [[SetRefInArray]].
**Use [[GetTypeInArray]] to determine the data type stored at a particular index.
**Use [[GetTypeInArray]] to determine the data type stored at a particular index.
*Pluggy only has no direct support for multidimensional arrays, but since ArrayIDs are simply integers, you can use an array to store the ArrayIDs of other arrays.  See [[Multidimensional Pluggy Arrays]].
*Pluggy only has no direct support for multidimensional arrays, but since ArrayIDs are simply integers, you can use an array to store the ArrayIDs of other arrays.


[[Category: Pluggy]]
[[Category: Pluggy]]
Anonymous user