jascii

ASCII text character constants and case conversion procedures

Author Wouter van Ooijen, Copyright © 1998, all rights reserved.
Adapted-by Joep Suijs, Rob Hamerling
Compiler >=2.4

Description

- ASCII text character constant definitions
             - case conversion procedures toupper and tolower



use of toupper
   var byte char = "b"  -- assign lower case "b" to char
   toupper(char)        -- char now contains "B"


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Functions


API details

Global variables/contants

Procedures

Functions


Related samples

Here are the list of samples which use this library:

18f27j5318f27j53_sd_card_minix_demo.jal
18f27j5318f27j53_sd_card_minix_readi.jal
18f27j5318f27j53_sd_card_minix_read.jal