subword("Where is this string",3,2)
returns the string "this string"
FoundStr = subword("Where is this string",3)
assigns the value "this string" to the variable FoundStr
Next