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