InMsg(n:Int):Obj
Access incoming message. Use as
ForEach InMsg Do ...
or
With InMsg(n) Do ...
The parameter n runs from 1 to My.InMsgs.
Since: PCC 1.1.13, PCC2 1.99.13
See also: Incoming Message Properties, Contexts, Functions
InMsg(n:Int):Obj
Access incoming message. Use as
ForEach InMsg Do ...
or
With InMsg(n) Do ...
The parameter n runs from 1 to My.InMsgs.
Since: PCC 1.1.13, PCC2 1.99.13
See also: Incoming Message Properties, Contexts, Functions