Difference between revisions of "Manual:DIL Manual/remove()"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(No difference)

Latest revision as of 13:08, 27 May 2020


Function:  remove( sl : stringlist, i : integer ) ;
  sl
         the stringlist you are removing from
  i
         the index you want to remove
This function allows you to remove a string from a stringlist with out
leaving a blank spot in the stringlist.
Example:  remove (sl, i);