Re: Passing file handles into modules

2004-04-04 Thread R. Joseph Newton
[EMAIL PROTECTED] wrote: > Unfourtunately, the code is on an isolated PC. Post again from the machine your script is on, or use some transfer machine to move it to the machine you post from. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Passing file handles into modules

2004-04-04 Thread Randy W. Sims
On 4/4/2004 11:34 AM, [EMAIL PROTECTED] wrote: Hey! I'm having some trouble passing a file handle from a script into a module as a function parameter. I'm passing it as a variable. The program says that I'm trying to use an un-opened file handle. Does anybody have any thoughts on this? Here is

Re: Passing file handles into modules

2004-04-04 Thread Lolbassett
Unfourtunately, the code is on an isolated PC. I am using a scalar to store the file handle, it was opened in the main script and then passed to the module which is used to read 16bits from the file and split it into an array containing each element (my module is using 16bit machine code instru

Re: Passing file handles into modules

2004-04-04 Thread WC -Sx- Jones
[EMAIL PROTECTED] wrote: Hey! I'm having some trouble passing a file handle from a script into a module as a function parameter. I'm passing it as a variable. The program says that I'm trying to use an un-opened file handle. Does anybody have any thoughts on this? I think you passed a FH out of

Re: Passing file handles into modules

2004-04-04 Thread Wiggins d'Anconia
[EMAIL PROTECTED] wrote: Hey! I'm having some trouble passing a file handle from a script into a module as a function parameter. I'm passing it as a variable. The program says that I'm trying to use an un-opened file handle. Does anybody have any thoughts on this? Thanks, Lewis AS Bassett S

Passing file handles into modules

2004-04-04 Thread Lolbassett
Hey! I'm having some trouble passing a file handle from a script into a module as a function parameter. I'm passing it as a variable. The program says that I'm trying to use an un-opened file handle. Does anybody have any thoughts on this? Thanks, Lewis AS Bassett -- To unsubscribe, e-mail:

Passing file handles into modules

2004-04-04 Thread Lolbassett
Hey! I'm having some trouble passing a file handle from a script into a module as a function parameter. I'm passing it as a variable. The program says that I'm trying to use an un-opened file handle. Does anybody have any thoughts on this? Thanks, Lewis AS Bassett -- To unsubscribe, e-mail: