MAINSAIL Language Manual, Section 40.10

previous   next   top   contents   index   framed top   this page unframed


40.10. length

Figure 40–8. length
$BUILTIN COMPILETIME
INTEGER
PROCEDURE   length      (STRING s);

length returns the number of characters in a STRING.

Example 40–9. Use of length
length("abc") = 3
length("") = 0


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 40.10