Difference between revisions of "SetFloatInArray"
Jump to navigation
Jump to search
no edit summary
imported>Speedo (Remove beta tag) |
imported>Speedo |
||
Line 87: | Line 87: | ||
|} | |} | ||
The array size is increased by two until the desired index is included. In this case, the array size is first increased from 3 to 5. This doesn't include index 5 (which is the 6th index as index starts at 0). It is increased again to 7, which does include index 5. | The array size is increased by two until the desired index is included. In this case, the array size is first increased from 3 to 5. This doesn't include index 5 (which is the 6th index as index starts at 0). It is increased again to 7, which does include index 5. | ||
[[Category: Pluggy]] | [[Category: Functions (Pluggy)]] |