Len function

Returns the number of characters in the specified string.

length = Len(expression)

The Len function has the following parameter.

ParameterDescription
ExpressionAny legal BASIC+ expression.
* Determine the length of REC in kilobytes (rounded up)
k = ((Len(REC)-1)/1024)+1
Call Msg(@window, "REC is " :k: "kb long.")
 
**
**
  • guides/programming/programmers_reference_manual/len.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1