quote:
Originally posted by billywoods1
How do you use PublishInfo()? I don't remember it being in the VB documentation... (if it is, ignore this and I'll figure it out soon enough ).
PublishInfo() is for VC plugins. For VB ones, see the documentation of the GetPublishInfo(), GetPublishCommandInfo() and GetPublishTagInfo() functions.
And about what Patchou said, I'm finishing my plugin, but have a question: Which chars can be sent by messenger, ie: which characters can I copy to sResult in the ParseCommand() function, for example? Are, for example, '\0', '\n', '\x1B', '\xFF', '\x7F', etc.... allowed?