Re: [NTG-context] CSV parser do not processed macro.

2010-08-01 Thread Arthur Reutenauer
> to solve my problem I need to find why my function ParseCSVdata > incorrectly parses strings stored in a macro. You can work around the problem by defining a Lua function that calls the macro: \def\parse#1{\directlua{pars("#1")}} You can then either call it directly: \pa

[NTG-context] CSV parser do not processed macro.

2010-07-31 Thread Jaroslav Hajtmar
Hello all, to solve my problem I need to find why my function ParseCSVdata incorrectly parses strings stored in a macro. It's including possibly the reason why do not work properly Mojca database module as I wrote in a recent mail. It seems to enter a string function, which is not my function t