Difference between revisions of "CAEngine::Send"
(Marked this version for translation) |
|||
Line 4: | Line 4: | ||
<translate> | <translate> | ||
− | = Description = | + | = Description = <!--T:1--> |
+ | <!--T:2--> | ||
Sends the string contained in the [[CAEngine::Command|Command]] property as a command to be executed by ADE. See the Analytica [[Scripting Guide]] for details of commands and syntax. | Sends the string contained in the [[CAEngine::Command|Command]] property as a command to be executed by ADE. See the Analytica [[Scripting Guide]] for details of commands and syntax. | ||
+ | <!--T:3--> | ||
It is easier to use [[CAEngine::SendCommand]], which combinds [[CAEngine::Command]] and [[CAEngine::Send]] into a single call. | It is easier to use [[CAEngine::SendCommand]], which combinds [[CAEngine::Command]] and [[CAEngine::Send]] into a single call. | ||
− | = Return value = | + | = Return value = <!--T:4--> |
+ | <!--T:5--> | ||
Boolean (success or failure) | Boolean (success or failure) | ||
− | = See Also = | + | = See Also = <!--T:6--> |
+ | <!--T:7--> | ||
* [[CAEngine::SendCommand]] | * [[CAEngine::SendCommand]] | ||
* [[CAEngine::Command]] | * [[CAEngine::Command]] | ||
* [[CAEngine::OutputBuffer]] | * [[CAEngine::OutputBuffer]] | ||
</translate> | </translate> |
Revision as of 19:58, 15 June 2015
ADE User Guide > ADE Server Class Reference > CAEngine
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