Ticket #7 (closed bug: fixed)

Opened 5 months ago

Last modified 5 months ago

help tooct() has muddled with help todec()

Reported by: cary Owned by: loki
Priority: normal Milestone: 3.9.0 alpha 6
Component: rhostmush Version: 3.9.0 alpha
Severity: bug Keywords:
Cc:

Description

Here's the top of the entry:


Function: todec(<number>)

Todec converts the inputted number into octal. The following formats are used to send to it:

0x<number> - used to specify a hexidecimal number. (base 16) 0<number> - used to specify an octal number. (base 8) 0b<number> - used to specify a binary number. (base 2) <number> - used to specify standard decimal. (base 10)

Examples:

> say tooct(11) You say "13"

Change History

Changed 5 months ago by Ashen-Shugar

  • status changed from new to closed
  • resolution set to fixed

Thanks for the error report. It'll be fixed next SVN push.

Note: See TracTickets for help on using tickets.