Difference between revisions of "CAEngine::ReadScript"
(Marked this version for translation) |
|||
Line 4: | Line 4: | ||
<translate> | <translate> | ||
− | = ReadScript(filePath) = | + | = ReadScript(filePath) = <!--T:1--> |
+ | <!--T:2--> | ||
Reads an Analytica script file and executes it. | Reads an Analytica script file and executes it. | ||
− | = Parameters = | + | = Parameters = <!--T:3--> |
+ | <!--T:4--> | ||
;filePath: string | ;filePath: string | ||
− | = Usage = | + | = Usage = <!--T:5--> |
− | ade.ReadScript ("C:\TMP\SCRIPT.MOD"); | + | <!--T:6--> |
+ | ade.ReadScript ("C:\TMP\SCRIPT.MOD"); | ||
− | = API errors = | + | = API errors = <!--T:7--> |
+ | <!--T:8--> | ||
* 39 – “Script file could not be found” | * 39 – “Script file could not be found” | ||
</translate> | </translate> |
Latest revision as of 19:42, 15 June 2015
ADE User Guide > ADE Server Class Reference > CAEngine
ReadScript(filePath)
Reads an Analytica script file and executes it.
Parameters
- filePath
- string
Usage
ade.ReadScript ("C:\TMP\SCRIPT.MOD");
API errors
- 39 – “Script file could not be found”
Comments
Enable comment auto-refresher