Difference between revisions of "CAEngine::Send"
(Created page with '<< class CAEngine = Description = Sends the string contained in the Command property as a command to be executed by ADE. See the Analytica [[…') |
|||
Line 14: | Line 14: | ||
* [[CAEngine::SendCommand]] | * [[CAEngine::SendCommand]] | ||
+ | * [[CAEngine::Command]] | ||
+ | * [[CAEngine::OutputBuffer]] |
Revision as of 22:38, 29 January 2010
Description
Sends the string contained in the Command property as a command to be executed by ADE. See the Analytica Scripting Guide for details of commands and syntax.
It is easier to use CAEngine::SendCommand, which combinds CAEngine::Command and CAEngine::Send into a single call.
Return value
Boolean (success or failure)
See Also
Comments
Enable comment auto-refresher