[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Edit Masks



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