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

No Subject



Anthony, et. al.

The 999 is what SQR calls an "edit mask".  These are explained as part of
the PRINT command in the SQR maual.

One thing about an edit mask of 999, though - it will also pad the output
with spaces.  So if the page number here was 31, the output would be " 31",
not "31".  This is a technique that is often used to line up columns of data
on an SQR report.

Happy to help,
- Mark


                -----Original Message-----
                From:   Warren, Anthony [UBS]
                Sent:   Thursday, February 15, 2001 9:41 AM
                To:     SQR-USERS@list.iex.net
                Subject:

                Thanks for that.

                I am just beginning sqr programming.

                Cheers.

                -----Original Message-----
                From: ljng [mailto:ljng@CNNET.COM]
                Sent: Donnerstag, 15. Februar 2001 15:00
                To: SQR-USERS
                Cc: ljng
                Subject:


                It edits the printed output to the format specified.
                For example, if you do a DISPLAY play #page-count, you might
see 31.0000
                (something like that) but when you use an edit option, what
will be printed
                out will be 31

                Hope that helps.

                LN
                ----- Original Message -----
                From: Anthony Warren <anthony.warren@UBS.COM>
                To: <SQR-USERS@list.iex.net>
                Sent: Thursday, February 15, 2001 6:22 AM


                > Hi all,
                >
                > Could someone explain the edit option used with the print
command.
                >
                > Print #page-count          (,+1) edit 999
                >
                >
                >
                > Thanks in-advance