Applet !Impulse
---------------


This applet implements CC's inter application protocol.
It adds the following Impulse commands.

Edit On|Off
Merge
Print
Clear

These are used by other applications, and have standard meanings.
And the OvationPro unique command;

Macro <string>

This allows remote tasks to direct macro strings at documents and
receive back their values.


The Impulse name registered is "OvationPro".

So typically a database might issue the impulse command;

:OvationPro.Merge Letter


The Impulse applet adds a single script function.

   string impulse(string & command);


So we might have for merge field 1, the command string

    {macv=impulse(":Impact.Addresses Fetchaddress")}


