[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Message arguments for chords...



We have both the general requirement that MCP message arguments
(keyword value pairs) can appear in any order for a given message, and
also that cord arguments appearing *after* the _message: parameter
should be treated as arguments to be passed to the cord message.

Um...

So either 

    #$#cord reserves keywords beginning with '_' for it's own use.  And
    consequently *all* other keywords in a message are to be passed to
    the cord message.

Or 

    the value of the _message: argument is meant to be a quoted string
    (which is reparsed to extract meaningful parameters).

Or

    the order of arguments to a cord message really is important

Comments?

Cheers,
Ay.