[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: cgi.lua error
- From: "Wim Couwenberg" <w.couwenberg@...>
- Date: Mon, 18 Aug 2003 00:27:42 +0200
> local digit = %I.to_d(strsub(str,1,1))
strsub is Lua 4 as well... Looks like you should use CGI Lua with Lua 4 or
find an update for Lua 5.
--
Wim