Argox PA-20 Basic Programming Manual User Manual
Page 60

PT-Basic Programming Manual Ver. 1.00
59/143
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
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.
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