LETTER_SetMask$

<< Click to Display Table of Contents >>

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

LETTER_SetMask$

 

Description

 

Set the mask used to define letter chars.

Return the previous mask used to define letter chars.

 

Syntax

 

s = LETTER_SetMask$(string_expression)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

String_Expression

String

No

Any string expression

 

Remarks

 

Restrictions

 

See also

 

LETTER_GetMask$

 

Examples