bj29ca Posted November 27, 2006 Report Share Posted November 27, 2006 I'm new to Macro programs and can't seem to figure this out. Basically, I have about 30 different variables that there could be in a textfile. And for each variable I need the macro to do a different thing. For example, if 1 is in the textfile, then I need it to click in a certain spot; if 2 is in the textfile I need it to click in a different spot; and so on. If you have any ideas how this can be done let me know. Quote Link to comment Share on other sites More sharing options...
Dan H Posted December 7, 2006 Report Share Posted December 7, 2006 If you can post a sample of the file, would be easier to say.. but at a guess the file would contain more then just the single character? If it's just 1 line of text in the file, I would use the Variable Set from File.. if more then 1 line, I would use the File Begin Proccess command. In either case, once you have the file text in a variable, you can setup a variety of If Variable statements with differing actions. 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.