Difference between revisions of "MC-Basic:SENDDATA"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 35: Line 35:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[Axystems:MC-Basic:SENDDATA$|SENDDATA$]]
 
* [[Axystems:MC-Basic:SENDDATA$|SENDDATA$]]
* [[Axystems:MC-Basic:PROMPT|PROMPT]]
+
* [[MC-Basic:PROMPT|PROMPT]]
  
  
 
}}
 
}}

Revision as of 08:39, 22 May 2014

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