HP3000-L Archives

May 1996, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Don Harrington <[log in to unmask]>
Reply To:
Don Harrington <[log in to unmask]>
Date:
Fri, 3 May 1996 09:51:28 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
OK.  I think I remember what the answer was supposed to be (as opposed to
what I sent in last time).  Here goes...
 
DEFINE MAX1 INT*1 = 1
DEFINE MAX2 INT*1 = MAX1 IF HOURS(MAX1) < HOURS(2) ELSE 2
DEFINE MAX3 INT*1 = MAX2 IF HOURS(MAX2) < HOURS(3) ELSE 3
...
DEFINE MAX8 INT*1 = MAX7 IF HOURS(MAX7) < HOURS(8) ELSE 8
DEFINE BIG-CRAFT CHAR*4 = CRAFTS(MAX8)
 
Now, mind you, this hasn't been tesed by me, so I don't know if it works,
yet.  Any _constructive_ comments are welcome...
 
 
Don  Harrington                         Boeing Commercial Airplane Group
(206) 931-4457 voice                    P. O. Box 3707 M/S 5J-34
(206) 931-9085 FAX                      Seattle, WA  98124-2207
[log in to unmask]
 
These thoughts are owned by the person expressing them, and no one else!

ATOM RSS1 RSS2