Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Clariee Rossi   on Nov 20 In MS Office Category.

  
Question Answered By: Abbad Akhtar   on Nov 20

The Line Input reads a single record. The Loop command a few lines down
sends control back to the Do While command. This continues until and End of
File (EOF) is detected.



You can do a trim on the line and use its' length to determine if the line
is empty and then skip processing.



Through each loop, you can set a flag indicating what you are expecting and
process each line differently. For some of the rows, you can check the first
few characters for MOBILE or ATTACH to make sure you are on track.



Or you could read each set into an array and then process the array when you
read the start of a new set or EOF.

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Text File Parser Or get search suggestion and latest updates.


Tagged: