Difference between revisions of "MC-Basic:VESMESSAGE"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''string var name''> = VESMessage |AVAILABILITY= Versions 3.7.x and higher |DESCRIPTION= Get an asynchronous message – either data or erro…') |
m (1 revision) |
(No difference)
| |
Revision as of 16:10, 13 December 2010
Get an asynchronous message – either data or error from VES buffer. The VES message pipe is 64 messages long. When the pipe is full, any printing to the pipe is blocked. To avoid blocking the command line and other tasks (in some cases the printings are sent to all the system pipes), the VES message pipe is flushed when the pipe is full.
Return value: Data or Error message. Data has prefix “D:”, while error response has prefix “E:”
Syntax
<string var name> = VESMessage
Availability
Versions 3.7.x and higher
Scope
Task
Limitations
Only from task context
Errors: N/A
Examples
? VESMessage
str1= VESMessage