Hey y'all.
I hope someone can shed some light on what I am needing to do. Just a little guidance should be good...
What I have is an app where an employee slides their id badge and a form captures the long string of data from the magnetic strip on the back. I need to take the string that is read and convert it into two(2) separate variables. What I thought would be a simple task has got me beat....
Example of the full string:
%B1500000000000015^EMPLOYEEID/SMITH John^031110100000019301000000877000000?;500000000000015=0305101193010877?
First Variable from string:
$StringVar1 = %B1500000000000015^EMPLOYEEID/SMITH John^031110100000019301000000877000000?;
Second Variable from string:
$StringVar2 = %B1500000000000015^EMPLOYEEID/SMITH John^031110100000019301000000877000000?;
If any one could toss me a bit of direction that would be great.