[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: sscanf like in Lua
- From: Jose Marin <jose_marin2@...>
- Date: Mon, 23 Aug 2010 12:47:46 -0700 (PDT)
Hi,
What's the most efficient equivalent in Lua of
sscanf(str, " val %d | %d", &v1, &v2);
Thanks
Jose