Format

kingganesh04

New Member
Is there any way to update the statement should accept only nagative value?

Example

Define variable a as decimal format "-9999.99" no-undo.

update a.

This will accept both +ve & -ve numbers.

My question is should accept only -ve.
 
Don't think you can, but you can validate the value of a and repeat the update as necessary.
 
Back
Top