Difference between revisions of "Manual:DIL Manual/length()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| + | <span id="bflen"></span> | ||
| + | integer length ( a : string or stringlist ) | ||
| + | a : a string or stringlist to examine. | ||
| + | return: The length of the string in characters, or the number | ||
| + | of strings in a list. | ||
| − | + | ---~---~---~---~---~---~---~---~--- | |
<span id="bflen"></span> | <span id="bflen"></span> | ||
integer length ( a : string or stringlist ) | integer length ( a : string or stringlist ) | ||
Latest revision as of 22:32, 4 December 2025
integer length ( a : string or stringlist )
a : a string or stringlist to examine.
return: The length of the string in characters, or the number
of strings in a list.
---~---~---~---~---~---~---~---~---
integer length ( a : string or stringlist )
a : a string or stringlist to examine.
return: The length of the string in characters, or the number
of strings in a list.
---~---~---~---~---~---~---~---~---