9 Jan
2011
9 Jan
'11
10:03 p.m.
On 8-1-2011 7:12, Procházka Lukáš wrote:
So, an earlier splitting may be performed by something like
for a in document.arguments:gmatch("([^,]+)") do local k, v = a:match("(.*)=(.*)")
document.arguments[k] = v end
utilities.parsers.settings_to_hash( document.arguments.arg or "", document.arguments ) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------