Re: SpamSlayer Alert: [U2] Reading Binary data from a file...

2006-07-30 Thread Craig Bennett
George Gallen wrote: When assigning 1 to System(1017), does that only affect the current process, or all processes running on UV? So, does System(1017) get reset when the program terminates? or do I need to set it back to normal. The setting is per-process and is reset when the program

RE: SpamSlayer Alert: [U2] Reading Binary data from a file...

2006-07-28 Thread George Gallen
ok. Thanks. George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Craig Bennett Sent: Thursday, July 27, 2006 7:23 PM To: u2-users@listserver.u2ug.org Subject: Re: SpamSlayer Alert: [U2] Reading Binary data from a file... George it does require

RE: SpamSlayer Alert: [U2] Reading Binary data from a file...

2006-07-28 Thread George Gallen
] Behalf Of Craig Bennett Sent: Thursday, July 27, 2006 7:23 PM To: u2-users@listserver.u2ug.org Subject: Re: SpamSlayer Alert: [U2] Reading Binary data from a file... George it does require ASSIGN 1 TO SYSTEM(1017) or UV will convert any CHAR(10) or CHAR(13):CHAR(10) sequence to CHAR(254

RE: SpamSlayer Alert: [U2] Reading Binary data from a file...

2006-07-27 Thread George Gallen
never mindIt didn't require anything special. I didn't think I could read binary into a varible if it had a CHAR(255) but apparantly I could. I setup a VOC entry for /tmp and then did a READ XDATA FROM F.TMP,file.jpg ELSE STOP and XDATA contained the entire image... George -Original

Re: SpamSlayer Alert: [U2] Reading Binary data from a file...

2006-07-27 Thread Craig Bennett
George it does require ASSIGN 1 TO SYSTEM(1017) or UV will convert any CHAR(10) or CHAR(13):CHAR(10) sequence to CHAR(254) on a read and the reverse on a write. George Gallen wrote: never mindIt didn't require anything special. I didn't think I could read binary into a varible if it had a