lua-users home
lua-l archive

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


On Wed, Aug 8, 2012 at 3:47 PM,  <mchalkley@mail.com> wrote:
> lua: C:\Lua\bin\..\lib\lua\socket\tp.lua:51: attempt to call field 'type' (a string value)

Maybe you have (accidentally?) redefined 'type' to be a string? type()
is a standard global function.

steve d.