Re: FILE (#) CSV


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

Posted by Jim Guerber on August 05, 2008 at 13:48:53:

In Reply to: Re: FILE (#) CSV posted by Robert G Laurin on August 05, 2008 at 13:21:17:

The answer to both questions is that this facility adheres strictly to the csv standard. What you send is what you get. Remember that

print(lun)a$;b$;c$

represents the variables using their current length.

xxx: format a$;b$;c$
write(lun,xxx)

will pad each variable out to its declared length.

On input, either input list or read format will retrieve variables exactly as represented in the csv.

Some experimentation is called for.

Have fun,

Jim





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 ]