MC-Basic:VESEXECUTE
Language: | English • 中文(简体) |
---|
Invocation of Basic interpreter via virtual (internal) entry station.
Pass to a string the virtual entry station (CLI) and get a response. When VESEXECUTE is executed, it sends the command and waits for the response. While waiting for the response, it reads all the incoming messages from the VES message pipe.
It discards all the non-relevant messages that it reads. This means that if an ASYNC message is printed to the VES message pipe while the VESEXECUTE command is waiting for the response, the user will never get this message since the VESEXECUTE deletes it.
VESExecute returns the first 512 characters of the response string
- Return value
- Response or Error message. Valid reply has prefix “D:”, while error response has prefix “E:”
Multi-line commands via entry station
Short programs can be transferred via entry station as strings. Multi-line program strings can be assembled by concatenation of single-line command strings. Each single-line string should be terminated by CRLF (carriage return - line feed) characters.
WARNING | |
Be careful using VesExecute statement, it activates a process on entry-station priority (2) which can mess with the execution of user programs. Aso note that calling VesExecute from another entry station is not allowed! |
Syntax
<string var name> = VESExecute(<string expression>)
Availability
Since Version 3.7.x
Scope
Task
Limitations
Only from task context
Examples
?'"`UNIQ--pre-00000001-QINU`"'?
- Example for a multi-line command
?'"`UNIQ--pre-00000002-QINU`"'?