LETTER_GetMask$

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > String functions >

LETTER_GetMask$

 

Description

 

Return the current mask used to define letter chars.

 

Syntax

 

s = LETTER_GetMask$

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

String_Expression

String

No

Any string expression

 

Remarks

 

Restrictions

 

See also

 

LETTER_SetMask$

 

Examples