tocmo0nlord Posted April 20, 2013 Report Share Posted April 20, 2013 I get this data into clipboard ID: 0555 Name: Steve Job Title: Mop guy Email: aol@aol.com Phone: 973/555-5555 I would like to make each field into a variable. example. data for ID = 0555 creating 0555 at T1 and so on with the rest. Steve = T2 Mop guy = T3 aol@aol.com = T4 Quote Link to comment Share on other sites More sharing options...
tocmo0nlord Posted April 21, 2013 Author Report Share Posted April 21, 2013 <TVAR2:01:03:><REM2:Found Name: from T1><IVAR2:01:13:1:Name: ><REM2:Took name out><NMVAR:02:01:1:0000001:2:0000007><REM2:Copy what's left for employee ID and placed into T2><TMVAR2:10:02:01:001:N01:><REM2:Type it brah><TEXTTYPE:%T2%><REM2:Lets go for the actual name now, looking for Job Title: --------><IVAR2:02:13:1:Job Title: ><REM2:Took Job Title: out><NMVAR:02:02:1:0000002:2:0000019><REM2:Copy what's left for name and placed into T3><TMVAR2:10:03:01:N01:N02:><TEXTTYPE:%T3%> I got this so far but unfortunately it screws up a little when going to the second step of T2 ID: 0555(5) ()= extra character Name: Steve I also need to remove Name: and ID: The extra character is created by T2 and not T1 example, 5 Name: Steve By doing a Replace variable, name with (space) the macro is killed as it wont know what to look for. Quote Link to comment Share on other sites More sharing options...
Cartwheels Posted July 17, 2013 Report Share Posted July 17, 2013 Looks like it was a while ago that you posted this. Did you get it figured out? I use an ASII processing loop for this kind of thing. It works fabulously! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.