lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Feb 11, 2009 at 10:26 AM, Dr. Markus Walther <walther@svox.com> wrote:
> print("abcd":match("^%x%x"))
You have to wrap "abcd" in parens... you should have probably received
a syntax error rather than table index not existing...

-- 
Thomas Harning Jr.