Re: CSV Files


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

Posted by steven hagen on August 24, 2006 at 10:18:21:

In Reply to: Re: CSV Files posted by Stephen Auerbach on August 24, 2006 at 06:11:51:

What I would like is a Write Statement as follows:

WRITEDELIM(1,0100) OPTIONS = @09@,Strip

A Hex 09 would be inserted in between each field in Format 0100.
Strip would do a STRIP on each variable to eliminate blank spaces for each field.

As an alternative, how about CREATE FILENAME$,D,Options = @09@,Strip
OPEN(1) FILENAME$
WRITE,0100)


Where D stands for Delimited.



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):






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