8 Jun
2013
8 Jun
'13
6:04 p.m.
Hi, there are another things that need to be fixed with the database module. 1. The quotechar character appears in the output. 2. The \asciimode command is ignored. \usemodule[database] \define[2]\TestCommand {Currency: #1, Value: #2 \par} \startbuffer[testdata] Euro,"€ 100" Dollar,"\$ 300" \stopbuffer \definedatabase[test][quotechar=",command=\TestCommand] \starttext \asciimode \processdatabasebuffer[test][testdata] \stoptext Wolfgang