On 15 Dec 2004 at 18:48, Rich Mellor wrote:
(...)

> Interesting and probably the only solution !!
Done

have a look at the new files with the Proforma filter at my usual website.
New keyword
pff_pipename

I tested this as follwos:


50 DEFine PROCedure p
55   OPEN#10,"scr":CLOSE#10     : REMark necessary for opipe
60   OPEN#4,"pipe_10000"
70   pn$=PFF_PIPENAME(#4)
75   PRINT "pipename = ";pn$
80   PRINT#4,"this is a test"
90   ch%=PFF_OPIPE(pn$)
95    PRINT "channel = ";ch%
100   INPUT#ch%,a$
110   PRINT a$
120   CLOSE#4:CLOSE#ch%
130 END DEFine p
140 :

it works....

Wolfgang
 
> -- 
> Rich Mellor
> RWAP Services
> 26 Oak Road, Shelfield, Walsall, West Midlands WS4 1RQ
> 
> http://www.rwapservices.co.uk/
> 
> _______________________________________________
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 


----------------------------------------
www.scp-paulet-lenerz.com

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to