Hello,
I'm attempting to Create a Script can open a Text that has been formatted with data and then collecting and counting each entry type and then sending them to a New Text file. Note that each Line is Constant so using the FSEEK Family of commands will work.
If this can't be done, will Excel 97 perform the Unique and Count Function. I can DDE the Formatted file to Excel if it can do this; but would rather do it in Aspect..
The Data File will look like this.
669-0900 SYSF
669-0900 GNCT
669-0900 BLDN
669-0900 SYSF
669-0100 SYSF
669-0100 BLDN
669-0900 SYSF
Results should be:
669-0900 SYSF 3
669-0900 GNCT 1
669-0900 BLDN 1
669-0100 SYSF 1
669-0100 BLDN 1
Any ideas welcome !
Hank camphm@bellsouth.net
I'm attempting to Create a Script can open a Text that has been formatted with data and then collecting and counting each entry type and then sending them to a New Text file. Note that each Line is Constant so using the FSEEK Family of commands will work.
If this can't be done, will Excel 97 perform the Unique and Count Function. I can DDE the Formatted file to Excel if it can do this; but would rather do it in Aspect..
The Data File will look like this.
669-0900 SYSF
669-0900 GNCT
669-0900 BLDN
669-0900 SYSF
669-0100 SYSF
669-0100 BLDN
669-0900 SYSF
Results should be:
669-0900 SYSF 3
669-0900 GNCT 1
669-0900 BLDN 1
669-0100 SYSF 1
669-0100 BLDN 1
Any ideas welcome !
Hank camphm@bellsouth.net