Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Class

Satz

Name

laengi()

Examples
Satz str1 = "CCCP";
Satz str2 = "Rabbit";
Ganzizahl l1 = str1.laengi();
Ganzizahl l2 = str2.laengi();
schrib_uf_e_neui_Linie(l1 + ":" + l2);  // Prints '4:6'
Description Returns the total number of characters included in the string as an integer number.
Note: You find the size of an array with the length field which works a little differently from String's laengi() method.
Syntax
charAt()
Parameters
Usage Web & Application
Stefan Baltensperger 2009

Creative Commons License