Small typo at documentation?

Everything else that doesn't fall into one of the other PB categories.
User avatar
Azul
Enthusiast
Enthusiast
Posts: 109
Joined: Fri Dec 29, 2006 9:50 pm
Location: Finland

Small typo at documentation?

Post by Azul »

Hi,

Not so serious but at Hex() there seems to be extra 0 at line

Code: Select all

Debug Hex(1234567890) ; Will display "0499602D2"
as it tells after that "Note: If leading zero are needed in the output string, use the RSet() function as follows:"

Code: Select all

; Hello, World!
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2167
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Small typo at documentation?

Post by Andre »

You're right. Thanks!
Have fixed the example in the documenation (for next version). :)
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply