jascii

ASCII text character constants and case conversion procedures

Author Wouter van Ooijen, Copyright (c) 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

No sample found