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

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(XML import of LLM wiki pages)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 10:41, 4 December 2025


addstring ( var l : stringlist, s : string )
   l : Stringlist to add string to.
   s : String to add.
   result : Adds a string 's' to a stringlist 'l'.
---~---~---~---~---~---~---~---~---