Search found 1 match
- Fri Jun 07, 2019 12:36 pm
- Forum: Technical / Scripting
- Topic: Return partial variables within string
- Replies: 5
- Views: 5019
Return partial variables within string
Hello, I'm trying to create a variable using the text image finder. The text finder will return a string value of "11/22/33", but I want the numeric values to be placed in its own variable. ie. x = 11, y = 22, z = 33 Going through the functions it seems RegEx would be the best command for this task?...