cryptotech
Technical User
Simple concept I'm stuck on...
when this data:
"ABC=1234XYZ456" dumps to my terminal I want to :
waitfor "ABC="
and save the remaining text "1234XYZ456" to a string to use elsewhere in my script.
is there another command to wait for a paricular string and copy a certain number of characters after it and save it to a new string?
when this data:
"ABC=1234XYZ456" dumps to my terminal I want to :
waitfor "ABC="
and save the remaining text "1234XYZ456" to a string to use elsewhere in my script.
is there another command to wait for a paricular string and copy a certain number of characters after it and save it to a new string?