[pmmail-list] Exporting address books
Barry Bryan
bbryan at austin.rr.com
Mon Nov 13 14:43:47 CET 2006
On Sun, 12 Nov 2006 10:58:32 -0800, vtrasikis wrote:
> I am trying to learn rexx. quick question, I was trying to find out how to output the fields to the output file????
/* a code snippet */
hashers= "c:\blb\ah3\hashcash\hashers.txt"; /* Export of hashname, trail */
do i= 1 to total;
msg= "name=" hashname.i "trail=" currenttrail.i;
rc= lineout(hashers,msg);
if rc <> 0 then call error "File" hashers "WRITE failed. RC=" rc;
end;
rc= lineout(hashers); if rc <> 0 then call error "File" hashers "CLOSE failed. RC=" rc;
Regards, Barry
More information about the PMMail
mailing list