CSV problem


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on September 03, 2008 at 08:38:20:

Using CSV for first time. Doing a file copy to CSV. All the fields in the output file fall where they are supposed to. Except the array.

Input 1, 2, 3, 4, and 5 goto Output 1, 3, 5, 7, and 9. Input 6, 7, 8, and 9 are lost. Output 2, 4, 6, and 8 are blank.

! LENGTH 2.0 & LOCAL ALAST
LENGTH 1 & LOCAL AECOMP$ !
LENGTH 3 & LOCAL ASSN$ !
LENGTH 4 & LOCAL AETYPE$ !
LENGTH 6 & LOCAL ACSEQ$ !
LENGTH 8 & LOCAL MEMNO$ !
LENGTH 10 & LOCAL ACDATE$ !
LENGTH 32 & LOCAL ACONT$ !
LENGTH 70 & LOCAL ACMNT$(9) !
LENGTH 17 & LOCAL A15KEY$ !

! Description Type Len Pos !
! ------------------------------------------!
0115 FORMAT _
ASSN$;_ ! ASSOCIATION S 3 0 !
MEMNO$;_ ! MEMBER NUMBER S 8 3 !
ACSEQ$;_ ! COMMENT SEQUENCE S 6 11 !
ACDATE$;_ ! COMMENT DATE S 10 17 !
ACONT$;_ ! COMMENT CONTACT S 32 27 !
ALAST;_ ! LAST COMMENT N 2.0 59 !
ACMNT$(1),9*70;_ ! COMMENT S 70 63 !
AETYPE$;_ ! EVENT TYPE S 4 693 !
AECOMP$ ! EVENT COMPLETED S 1 697 !



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]