MC-Basic:SENDDATA

From SoftMC-Wiki
Revision as of 03:20, 28 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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