lua-users home
lua-l archive

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


Hi,

What's the most efficient equivalent in Lua of 

sscanf(str, " val %d | %d", &v1, &v2);


Thanks

Jose