I have a text variable containig numbers. For example (3,9) or (12, 10). If I use text expression left(text, count) it returns the first charecter, and doesn't help to return the number containing two charecters.
What is the best solution to return numbers from the text in the example?