Difference between revisions of "NXSL:d2x"

Jump to navigation Jump to search
14 bytes added ,  16:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
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 ==


  dx2(15)  -> "F"
  d2x(15)  -> "F"
  d2x(15,4) -> "000F"
  d2x(15,4) -> "000F"

Navigation menu