10 lines
171 B
Plaintext
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
|
|
|