beautypg.com

Argox PA-20 Basic Programming Manual User Manual

Page 60

background image

PT-Basic Programming Manual Ver. 1.00

59/143

ALPHA_LOCK

Purpose: To set the ALPHA state for input mode.

Syntax: ALPHA_LOCK(status%)

Example: ALPHA_LOCK(1)

Description: status% is a string variable, indicating the Alpha status.

status%

Alpha status

Default input

0

Unlock

Numeric mode

1

Lock

Alpha mode (lower case)

2

Lock

Alpha mode (upper case)

3

Lock

Numeric mode

GET_ALPHA_LOCK

Purpose: To get information of the ALPHA state for input mode.

Syntax: A% = GET_ALPHA_LOCK

Example: Alpha_lock% = GET_ALPHA_LOCK

Description: A% is an integer variable to be assigned to the result.

GET_KEY_CLICK

Purpose: To get current key click status.

Syntax: A% = GET_KEY_CLICK

Example: Key_click% = GET_KEY_CLICK

Description: A% is an integer variable to be assigned to the result.

A%

Key click sound

0

Off

1

On