ALLOWMINUS Property
8.7C, PLBCMP GUI Only
The ALLOWMINUS property controls the input of negative numbers into an EDITNUMBER object. The property uses the following format:
ALLOWMINUS={value}
Note the following:
ALLOWMINUS may be used in CREATE, SETPROP, or GETPROP statements for EDITNUMBER objects.
{value} is a decimal number, a Numeric
Variable, an Expression,
or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The input of leading minus signs are ... |
|
0 |
$OFF |
not allowed (default). |
|
1 |
$ON |
allowed. |
This property is not supported when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |