CSV and # buffer


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

Posted by Jim Guerber on July 15, 2008 at 15:28:56:

You may be happy to hear that I implemented CSV formatting to/from # buffer. Remember that the console and # buffer share the same i/o buffer, but CSV processing happens with # file only.

Comet turns off CSV mode for # file each time it is used. So, you must turn it on each time you want to use it.


file(#)CSV
print 'xxx'
print(#)'abc';123;'def';456
input(#)a$


a$ will contain "abc,123,def,456"

print(#)'"abc",123,def,456'
file(#)CSV
input(#)a$;b$;c$;d$

results:
a$ = abc
b$ = 123
c$ = def
d$ = 456

This feature will be available beginning in Comet 2008 release 393.



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 ]