I need to capture some text in the middle of a text box, but I'm unsure to how I use this command.
right(text, count)
Develop games in your browser. Powerful, performant & highly capable.
mid(text, index, count)
Return the count characters starting from index in text.