You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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()
  • No labels