Difference between revisions of "Manual:DIL Manual/addstring()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| + | <span id="bpadds"></span> | ||
| + | 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'. | ||
| − | + | ---~---~---~---~---~---~---~---~--- | |
<span id="bpadds"></span> | <span id="bpadds"></span> | ||
addstring ( var l : stringlist, s : string ) | addstring ( var l : stringlist, s : string ) | ||
Latest revision as of 22:31, 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'.
---~---~---~---~---~---~---~---~---
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'.
---~---~---~---~---~---~---~---~---