At work with sockets in Cache ' the such is used
programming reception:
Log(port,tim)
If port="" Set port=1666
If tim="" Set tim=30
Set dev="|TCP|"_port
Open dev:(:port:"AS"):5
; in GT.M -> O dev:
(ZLISTEN=port_":TCP":ATTACH="listener"):tim:"SOCKET"
If '$T Quit
For Use dev Do:$T
. Job Label:(:5:dev:dev) If $ZCHILD=0 Do
; in GT.M -> ?????????????????????????????????????????????????
How to send on a label with the same parametres ?
Thanks.