Message Properties

You can iterate through your incoming messages using the `ForEach InMsg' statement, and read out their text. Possible future PCC versions also let you access outgoing or other messages using the same interface.

Scripts inside message context can't suspend (using `Stop'). This interface is intended for reading out message texts only.

Group

Group of this message. This is the text shown in the message overview.

Id

Running index of this message. InMsg(i).Id = i.

Lines

Number of lines in this message.

Text(x)

Line x of the message's text. Line numbers range from 1 to Lines.

Note that PCC 1.x stores messages in a 22-line buffer internally and lets you access all 22 lines, even for messages that are shorter. This may be changed in the future.


[ << Previous | Up | Next >> ]

Stefan Reuther <Streu@gmx.de>