Table of Contents

GetDefaultCharacter function

Description

Gets the default character value used when a Unicode character does not map to an ANSI character.

Syntax

value = GetDefaultCharacter()

See Also

SetDefaultCharacter subroutine

Example

declare function GetDefaultCharacter

* char will contain the default character value when a Unicode character

* does not map to an ANSI character

char = GetDefaultCharacter()