> lang > len | ![]() |
Previous Next Edit Rename Undo Search Administration
| Documentation |
Length = Len ( Arg AS String ) AS Integer
Returns the byte count which is occupied by the string Arg. Each ASCII character which has the code 0 to 127 requires one byte, UTF-8 characters as ä, ö, ü, ß require two or more bytes.