Sequential number needed on file

Abraham Zwygart azwygart@anodizing.com
Wed, 16 Jun 1999 09:33:14 -0700


I have found it better to:

> Define ASCIICNTR Character*9 = Ascii(CNTR , 9 )

The ', 9'  will fill leading 0's as needed.  Otherwise it will be left
justified.

Hope it works.
Abraham Z.
Senior Programmer Analyst
Anodizing Inc.

----- Original Message -----
From: <shuckvale@cosworth-racing.co.uk>
To: 'Gates, Scott' <scott_gates@mail.trigon.com>; 'powerhouse'
<powerh-l@lists.swau.edu>
Sent: Wednesday, June 16, 1999 8:26 AM
Subject: RE: Sequential number needed on file


> Scott,
>
> Not sure about suprtool, but you can do it in QUIZ with 2 passes,
> something like this;
>
>
> Access FILE
>
> Define CNTR = 1
>
> Set Subfile Name PASS1
> Report Summary &
>   FIELD1 &
>   FIELD2 &
>   CNTR SubTotal
> Go
>
> Access *PASS1
>
> Define ASCIICNTR Character*9 = Ascii(CNTR)
>
> Set Subfile Name PASS2
> Report Summary &
>   FIELD1 &
>   FIELD2 &
>   ASCIICNTR
> Go
>
>
> regards,
> Steve Huckvale
> Analyst Programmer
> Cosworth Racing Limited


= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.