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…')
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SENDDATA}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SENDDATA$|SENDDATA$]]
+
* [[MC-Basic:SENDDATA$|SENDDATA$]]
* [[Axystems:MC-Basic:PROMPT|PROMPT]]
+
* [[MC-Basic:PROMPT|PROMPT]]
  
  
 
}}
 
}}

Latest revision as of 03:20, 28 April 2017

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