A USER question

Kenneth Brody kenbrody at bestweb.net
Thu Apr 21 08:14:55 PDT 2005


Quoting Richard D. Williams (Thu, 21 Apr 2005 09:59:26 -0500):

> Ken,
>
> I have not used the USER command.  What is the proper syntax?
[...]

To create the link with the program:

    USER name = command to execute

To write to the command's stdin:

    name = value_to_send

To read from the command's stdout:

    result = name

filePro appends a newline on the write, and reads everything up to the
newline on the read.  (The newline is then discarded on the read.)

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list