Jump to content
Macro Express Forums

Process A Text File


BMoscato

Recommended Posts

Hello Bryan ... welcome to the forum!

 

The Text File Begin Process command is made to do what you are asking. Within the process loop it takes the next line in a text file and places it in a text variable of your choosing. You only need to parse the variable to determine what to do, if anything. If you find that an action is to take place, then do that action. All of your commands to do an action are placed between the Text File Begin Process and Text File End Process command lines. In other words, inside the loop like so:

Text File Begin Process
  If Variable contains an action
     Do stuff
  End If
Text File End Process

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...