Documentation error

Beta Testing discussion on mikroPascal PRO for PIC.
Post Reply
Author
Message
LGR
Posts: 3204
Joined: 23 Sep 2004 20:07

Documentation error

#1 Post by LGR » 19 Jul 2011 01:01

In the help file, we have this:

Code: Select all

isdigit
Prototype function isdigit(character : byte) : byte
 
Description Function returns 0xFF if the character is a digit (0-9), otherwise returns zero.
 
Example res := isdigit('o');  // returns 0xFF
res := isdigit('1');  // returns 0
 
The example is backward.
If you know what you're doing, you're not learning anything.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Documentation error

#2 Post by filip » 19 Jul 2011 08:24

Hi,

Thanks for reporting this, it will be fixed.

Regards,
Filip.

Post Reply

Return to “mikroPascal PRO for PIC Beta Testing”