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

Re: MCP 2.1



Opps, it was supposed to say:

In a multiline message why should it be necessary to declare the
key/value pairs that are to follow in additional lines to come?

For example, rather than requiring the text*: "" part in the message:

  #$#jdr-text 123 file: bing/bong text*: "" _data-tag: abc
  #$#* abc text: lolly
  #$#* abc text: pop
  #$#END abc

one would simply have to send:

  #$#jdr-text* 123 abc file: bin/bong
  #$#* abc text: lolly
  #$#* abc text: pop
  #$#END abc

John