HP3000-L Archives

January 1999, Week 3

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:
Glenn Cole <[log in to unmask]>
Reply To:
Date:
Fri, 15 Jan 1999 11:37:43 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (14 lines)
Michael Hensley writes:

>   IF POS(HPACCOUNT,"FIRST,LNL,FPA,LNP") <> 0

Call me wacky, but my personal preference is slightly more complex:

    if pos( "-"+HPACCOUNT+"-", "-FIRST-LNL-FPA-LNP-" ) <> 0

Thus, an account name like "IRS" would no "accidentally" qualify.
The change from "," to "-" is just to avoid comma-overload when
visually examining the statement.

--Glenn

ATOM RSS1 RSS2