InsertValueBetweenIndexesInTable: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Useful Function}} __NOTOC__ This function places the index among other indexes in the table. <br> '''Important : ONLY WORKS FOR TABLES WITH NUMERIC INDEXES!''' <br> ==Syntax== <syntaxhighlight lang="lua">table insertValueBetweenIndexesInTable( table theTable, int index, value )</syntaxhighlight> ===Required Arguments=== * '''theTable''': The table you want the index to be placed on. * '''index''': The index where you want to put the value. * '''value''': The value yo...") |
(Blanked the page) Tag: Blanking |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||