MC-Basic:VESMESSAGE

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

See Also