Files
RCBASIC4/doc/files/len.txt
2026-02-26 15:33:51 -06:00

10 lines
171 B
Plaintext

#title Len [RCBasic Doc]
#header Function Len(src$)
Returns the number of characters in the given string
Note: This function is the exact same as Length()
#ref Length