m
Move page script moved page API EditBox GetNumber to WoW:API EditBox GetNumber without leaving a redirect
No edit summary |
m (Move page script moved page API EditBox GetNumber to WoW:API EditBox GetNumber without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 25: | Line 25: | ||
* "14e6" => 14000000 | * "14e6" => 14000000 | ||
* "21,000" => 21 | * "21,000" => 21 | ||
== Note == | |||
To verify that a 0 returned is indeed the numerical value in the editbox field, convert the results of '''GetNumber()''' to a string using [[API tostring|tostring()]], and compare to the results of [[API EditBox GetText|GetText()]]. | |||