wordpos("the","Find the position of the word")
returns the value "2"
wordpos("the","Find a position in this string")
returns the value "0"
Position = wordpos("the","Find the position of the word")
assigns the value "2" to the variable Position
Next