[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Edit Masks
- Subject: Edit Masks
- From: Anthony Leung-New York <ALeung@RUSSREYN.COM>
- Date: Tue, 22 Sep 1998 08:51:41 -0400
Does SQR edit mask takes any short form?
for example instead of
print #Total (7,55,0) edit $999999999999999.99
is there a short form which can avoid retyping all the fifteen 9's? I
thought the following short form are legal, I tried but got a run-time
error instead
print #Total (7,55,0) edit $9(15).99
I appreciate on any helps or suggestions.
Thanks