Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 5.1/6.0, builds 1100-1271 > 1119 – 09 July 08

Improved Quote Handling in ASFLAG.SBR

Scroll Prev Top Next More

Two new variations may be enabled via new ASFLAG.SBR flags:

AF_CSVNOQUOTE 2048 (&h800) Disables all special handling of double-quote characters (ASCII 34, or "), treating them as ordinary data characters.

AF_CSVSMARTQUOTE 4096 (&h1000) Enables "smart" handling of double-quote characters. A-Shell looks at the context of the line to guess whether a double-quote character is being used to enclose a field (that may contain special characters, including line breaks), or it is simply an ordinary data character.