AutoPatrol, Bureaucrats, Administrators
481
edits
m (Add wikitable for parameters to be more consistent with new formatted documenatation) |
m (Text replacement - "^" to "{{deprecated}}") |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Returns the hexidecimal value of a decimal. | Returns the hexidecimal value of a decimal. | ||
Line 25: | Line 25: | ||
== Examples == | == Examples == | ||
d2x(15) -> "F" | |||
d2x(15,4) -> "000F" | d2x(15,4) -> "000F" |