WCharToUpper (FUN)

FUNCTION WCharToUpper : WORD

This function converts a single character to uppercase.

InOut:

Scope

Name

Type

Comment

Return

WCharToUpper

WORD

  • the upper case character if |wdChar| is a lower case character (so in the range between ‘a’ and ‘z’)

  • just the given value otherwise

Input

wdChar

WORD

The lowercase character to convert