HP3000-L Archives

November 1996, Week 2

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:
Reply To:
Date:
Wed, 13 Nov 1996 08:49:44 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (20 lines)
Er, I guess I should read my own replies.  The credit for the
command file goes to Mike Hornsby, with an assist to Stan.

  parm p_subsys=108,p_error=63
  comment This command file decodes subsys and info error codes.
  comment Compliments of Mike Hornsby from Beechglen Development.
  comment With special thanks to Stan Sieler from Allegro.
  comment
  setvar subsys hex(!p_subsys)
  setvar error hex(!p_error)
  comment the hex conversion allows for negative numbers
  comment the #32765 is  magic  according to Stan!
  setvar cmd "wl errmsg(#32765,!subsys);wl errmsg(!error,!subsys);exit"
  debug !cmd
  deletevar cmd

------------
Randy Medd
Telamon, Inc.

ATOM RSS1 RSS2