UserLand Software Home  |  Manila  |  Radio  |  Support  |  News

DocServer

Prev | Next | mainResponder Verbs > mainResponder.discuss > getMessageTable

mainResponder.discuss.getMessageTable

Syntax mainResponder.discuss.getMessageTable (msgnum)

Params msgnum is the number identifying the message.

Action Locate the specified message table in a discussion group in discuss.root.

Returns The address of the message table.

Examples mainResponder.discuss.getMessageTable (1)

   » @["Macintosh HD:Apps:Frontier:Guest Databases:ops:discuss.root"].discuss.messages.["0000001"]

Notes This script calls mainResponder.discuss.openRoot to determine the discussion group to dive into.

Detailed information about mainResponder's discussion group format is available from the Frontier Site.

See Also mainResponder.discuss.openRoot

Prev | Next | mainResponder Verbs > mainResponder.discuss > getMessageTable