Thanks to Knob for you answer to my last post. That ITOA command really helped !
I am attempting to capture data from an incoming data stream, but need to use scrollback. Everything I have read says that you must have scrollback turned off !
I am receiving streams of data which are much longer than one screen (hence scrollback is needed). I need to capture an integer when a certain phrase appeared in the incoming stream.
For example, when an "xxxx : 1,000" was transmitted, I need to capture the number to the right of xxxx and then convert to an integer for use in my script.
I am attempting to capture data from an incoming data stream, but need to use scrollback. Everything I have read says that you must have scrollback turned off !
I am receiving streams of data which are much longer than one screen (hence scrollback is needed). I need to capture an integer when a certain phrase appeared in the incoming stream.
For example, when an "xxxx : 1,000" was transmitted, I need to capture the number to the right of xxxx and then convert to an integer for use in my script.