How to use as a server (open process)

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

How to use as a server (open process)

Post by ale870 » Mon May 18, 2009 9:58 pm

Hello,

if I use "open process" I can open, from RunRev, another application and communicate with it using READ FROM PROCESS and WRITE TO PROCESS.

But how can I do to write in another process if my RunRev program was opened from another application (another application opened my RunRev program)?

I cannot find any way to write (print) to a standard output.

Can you help me please?

Mark Smith
Posts: 179
Joined: Sat Apr 08, 2006 11:08 pm
Contact:

Post by Mark Smith » Mon May 18, 2009 11:52 pm

Have look at the 'stdin' and 'stdout' keywords in the docs - I haven't tried to do what you want, but it looks like they should do it...

Best,

Mark Smith

ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

Post by ale870 » Tue May 19, 2009 10:49 am

Thank you for the tip! I found everything! :D

Post Reply