ript.
Well, that Subject line was to long.
Hello all.
Trying to do the following.
If KEY2 = SCR 423 to be more specific (SCR, SCN, MCR, MCN)
then I would like it to run the
waitfor " CPND "
transmit "^M"
waitfor " VMB "
transmit "^M"
waitfor "KEY "
and then go back to the script were it left off.
now. there are potentially 75 keys. And these keys can have anything in them. Like TRN,AO6,ADL 16. Now those don't need the whole
waitfor " CPND "
transmit "^M"
waitfor " VMB "
transmit "^M"
waitfor "KEY "
but
"waitfor "KEY "
and the script should just continue on to the next key to input.
So the first thing is to read what is in the Excel box for that perticular "string" and based upon that (after it inputs it to the switch) it would run the IF ELSE command.
Now is there a way to have that programmed into a script once, were it calls those commands all the time, and then continues at the key # / Excel Column that it deviated from.
i/e, would then continue with Key3.
I could place the IF / ELSE after each "KEY" area. But I was thinking that there has to be an easier way.
I trust I explained my self well.
Thanks,
ES
Well, that Subject line was to long.
Hello all.
Trying to do the following.
If KEY2 = SCR 423 to be more specific (SCR, SCN, MCR, MCN)
then I would like it to run the
waitfor " CPND "
transmit "^M"
waitfor " VMB "
transmit "^M"
waitfor "KEY "
and then go back to the script were it left off.
now. there are potentially 75 keys. And these keys can have anything in them. Like TRN,AO6,ADL 16. Now those don't need the whole
waitfor " CPND "
transmit "^M"
waitfor " VMB "
transmit "^M"
waitfor "KEY "
but
"waitfor "KEY "
and the script should just continue on to the next key to input.
So the first thing is to read what is in the Excel box for that perticular "string" and based upon that (after it inputs it to the switch) it would run the IF ELSE command.
Now is there a way to have that programmed into a script once, were it calls those commands all the time, and then continues at the key # / Excel Column that it deviated from.
i/e, would then continue with Key3.
I could place the IF / ELSE after each "KEY" area. But I was thinking that there has to be an easier way.
I trust I explained my self well.
Thanks,
ES