HP3000-L Archives

November 2001, Week 4

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:
Keven Miller <[log in to unmask]>
Reply To:
Keven Miller <[log in to unmask]>
Date:
Tue, 27 Nov 2001 11:20:31 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
On Tuesday, November 27, 2001 11:11 AM, Born, Ken
[SMTP:[log in to unmask]] wrote:
> If I have read in a STDIN record that varies in record length from 1
> byte to
> 1920 bytes.  Is this the right code below?  I have some fishy things
> happening...
> 
> readx(stdin_record,-1920);
> 
> STRMOVE(1920,stdin_record,1,email_message,1);
> 
> thanks....


I think you want
Len := readx ( stdin_record, -1920 );
STRMOVE ( Len, stdin_record, 1, email_message, 1 );
_____________________________________________________________
Keven Miller   mailto:[log in to unmask]   http://www.exegesys.com

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2