HP3000-L Archives

October 1997, 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:
"Kevin L. Newman" <[log in to unmask]>
Reply To:
Date:
Tue, 14 Oct 1997 08:19:36 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
Whoa!  The original problem turned out to be the junk at the end of the record.

If you do a direct read of the record with supertool and do a list, you get the
following for the displayed element:

element-edit = ^^/^^/^^....................

This tells me that there is some kind of character following the portion that I
am looking for.  If you use the following if, (select using the first 8
characters) the records are found just fine!  The '^' is not a reserved
character when you are looking at a text string.

if element-edit(1,1,8)="^^/^^/^^"

Thanks for all of the input, but the problem was more syntax than anything else.

Kevin

ATOM RSS1 RSS2