ok. I know some about reg expressions and triggers sending to variables. Is it possible to send two unique reg expressions to two unique variables in same trigger??
Ex:
Hp:(\d*)/(\w*) Sp: (\d*)/(\w*)
%1,%3 need to be retrieved and sent to different variables.
I know i can send them to one variable, but can we split them up in scripts?
Ex:
Hp:(\d*)/(\w*) Sp: (\d*)/(\w*)
%1,%3 need to be retrieved and sent to different variables.
I know i can send them to one variable, but can we split them up in scripts?