Change category from "LUA Functions" to "Lua functions".
(Added "base" argument) |
(Change category from "LUA Functions" to "Lua functions".) |
||
| Line 1: | Line 1: | ||
<center>'''tonumber()''' ''-Documentation by [[user:Two|Two]], updated by [[User:Drundia|Drundia]] 21:59, 25 April 2006 (EDT)-''</center> | <center>'''tonumber()''' ''-Documentation by [[user:Two|Two]], updated by [[User:Drundia|Drundia]] 21:59, 25 April 2006 (EDT)-''</center> | ||
---- | ---- | ||
Native Lua statement: | |||
;''Arguments'' | ;''Arguments'' | ||
:<b>tonumber(arg {,base})</b> | :<b>tonumber(arg {,base})</b> | ||
| Line 26: | Line 29: | ||
--Returns 13 | --Returns 13 | ||
{{LUA}} | |||
{{ | |||