MC-Basic:SENDDATA

From SoftMC-Wiki
Revision as of 08:40, 22 May 2014 by Miborich (talk | contribs)
Jump to: navigation, search

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