Re: Passing Information Between Euphoria Programs

new topic     » goto parent     » topic index » view thread      » older message » newer message

Dear ZNorQ

A simple way to pass information between 2 Eu programs if speed is 
not an issue is to use textfiles. And Textfile.e in the archive with 
its easy to use functions:
save_text_file(sequence fname,sequence text); and
load_text_file(sequence fname)
is just fine for that.

-- 
David


On 23 Feb 2005 at 8:09, ZNorQ wrote:

> 
> 
> posted by: ZNorQ <znorq at holhaug.com>
> 
> Is there an easy way to pass information between 2 running euphoria
> programs?
> 
> I was thinking of passing the content of a sequence (that could
> contain huge amounts of information) from one Eu program to 
another.
> 
> Or atleast, the program starts another eu program - and passes this
> information to it, in which case I was thinking of using the 
function
> (can't remember the name of it) that catches parameters.
> 
> Regards Kenneth aka ZNorQ
> 
> 
> 
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu