Difference between revisions of "Manual:DIL Manual/getword()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| + | <span id="bfgword"></span> | ||
| + | string getword ( var s : string ) | ||
| + | s : A string with zero or more words separated by space. | ||
| + | return: The first word of the string. | ||
| + | NB: The argument string has the returned word removed. | ||
| + | ---~---~---~---~---~---~---~---~--- | ||
<span id="bfgword"></span> | <span id="bfgword"></span> | ||
string getword ( var s : string ) | string getword ( var s : string ) | ||
Latest revision as of 22:33, 4 December 2025
string getword ( var s : string ) s : A string with zero or more words separated by space. return: The first word of the string.
NB: The argument string has the returned word removed.
---~---~---~---~---~---~---~---~---
string getword ( var s : string ) s : A string with zero or more words separated by space. return: The first word of the string.
NB: The argument string has the returned word removed.
---~---~---~---~---~---~---~---~---