gupster Posted July 20, 2010 Report Share Posted July 20, 2010 Hi Brand new user of Mac Pro here.. and would just like some quick help.. I have a CSV file with 5 comma delimited values and stored them to: <ASCII FILE BEGIN PROCESS Filename="thisfilename" Format="CSV" Start_Record="1" Process_All="TRUE" Records="1" Variable="%tData%" Start_Index="1"/> I want process one line of the file at a time and input these values into an interface. I relise all of the 1st values in the csv will be stored in %tData[1]%, 2nd values in %tData[2]% etc.. but how do you tell Mac pro I just want to process one line at a time until a certain keystoke/mouseclick and then move onto the second line?? Any help much appreciated. Quote Link to comment Share on other sites More sharing options...
Cory Posted July 20, 2010 Report Share Posted July 20, 2010 I would insert a Wait For command in your repeat. It would depend on your application but perhaps something like Wait For Key Press. The caveat of course is that you need to ensure that key press doesn't do something in your app. If it does just look at the rest of the commands in the timing group to see if one fits. 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.