5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
#title Tally [RCBasic Doc]
|
|
#header function Tally(src$, substr$)
|
|
|
|
Returns the number of instances of substr$ in the src$ string
|