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:

  1. ALLOWMINUS may be used in CREATE, SETPROP, or GETPROP statements for EDITNUMBER objects.

  2. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
     

  3. Value

    Keyword

    The input of leading minus signs are ...

    0

    $OFF

    not allowed (default).

    1

    $ON

    allowed.

     

  4. This property is not supported when using the PL/B Web Server.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference ALIGNTEXT Property ALTTEXT Property