Hi Dean,
Can you take a look at this code and tell me if anything looks amiss? The file to be parsed is located here C:\Program Files (x86)\CQC
The macro is failing on this line CimisFile.Open("\\daily204.csv"); . It used to work a few years back, but something is going wrong now.
Thanks.
Can you take a look at this code and tell me if anything looks amiss? The file to be parsed is located here C:\Program Files (x86)\CQC
The macro is failing on this line CimisFile.Open("\\daily204.csv"); . It used to work a few years back, but something is going wrong now.
Thanks.
Code:
Method Start() Returns Int4
Begin
Locals=
FileInStream CimisFile;
Card4 IndexErr;
String TarLine;
String CurLine;
StringTokenizer STok;
SimpleFldClient FClient;
Float8 EtoFlt;
String EtoStr;
EndLocals;
//Open CimisFile
CimisFile.Open("\\daily204.csv");