I'm not getting the hang of the parse command, despite reading some tutorials and posts. I want to break up a line of text and retrieve data.
For example, my pbx tells me: TEMPERATURE IS 85 DEGREES
I should be able to split that into 4 parts, and just care about the "85" and make a variable out of it.
Thanks for any assistance.
For example, my pbx tells me: TEMPERATURE IS 85 DEGREES
I should be able to split that into 4 parts, and just care about the "85" and make a variable out of it.
Thanks for any assistance.