Difference between revisions of "Manual:DIL Manual/addstring()"
Jump to navigation
Jump to search
(XML import of LLM wiki pages) |
|||
| Line 1: | Line 1: | ||
| + | <span id="bpadds"></span> | ||
addstring ( var l : stringlist, s : string ) | addstring ( var l : stringlist, s : string ) | ||
l : Stringlist to add string to. | l : Stringlist to add string to. | ||
| Line 6: | Line 7: | ||
result : Adds a string 's' to a stringlist 'l'. | result : Adds a string 's' to a stringlist 'l'. | ||
| − | + | ---~---~---~---~---~---~---~---~--- | |
| − | |||
| − | |||
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'.
---~---~---~---~---~---~---~---~---