[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Edit Masks
- Subject: Re: Edit Masks
- From: "Korbel Gordon E." <GEKORBEL@NORSTAN.COM>
- Date: Tue, 22 Sep 1998 08:18:49 -0500
One thing that works OK is to store the edit mask in a variable and then use
the variable as the mask:
move '999999999' to $qty_mask
Print #qty_on_order (0, #c_on_order) edit :$qty_mask
-Gordon
> for example instead of
> print #Total (7,55,0) edit $999999999999999.99
>
> i print #Total (7,55,0) edit $9(15).99
>
> I