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