Difference between revisions of "MC-Basic:SENDDATA"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= SendData ''<task name> <string message>'' |AVAILABILITY= All versions |DESCRIPTION= Sends a string to a task to send data to a prompt command…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

Sends a string to a task to send data to a prompt command.

Syntax

SendData <task name> <string message>

Availability

All versions

Scope

Task or Terminal

Limitations

The task must exist.

Examples

SendData task1.prg "5,2"

See Also