Difference between revisions of "MC-Basic:PRINT HASH"
Line 35: | Line 35: | ||
* [[Axystems:MC-Basic:PRINT|PRINT]] | * [[Axystems:MC-Basic:PRINT|PRINT]] | ||
* [[Axystems:MC-Basic:PRINTUSING|PRINTUSING]] | * [[Axystems:MC-Basic:PRINTUSING|PRINTUSING]] | ||
− | * [[Axystems:MC-Basic:PRINTUSING | + | * [[Axystems:MC-Basic:PRINTUSING hash-sign|PRINTUSING hash-sign]] |
* [[Axystems:MC-Basic:OPEN|OPEN]] | * [[Axystems:MC-Basic:OPEN|OPEN]] | ||
* [[Axystems:MC-Basic:CLOSE|CLOSE]] | * [[Axystems:MC-Basic:CLOSE|CLOSE]] | ||
* [[Axystems:MC-Basic:INPUT$|INPUT$]] | * [[Axystems:MC-Basic:INPUT$|INPUT$]] | ||
}} | }} |
Revision as of 11:07, 17 March 2014
Multiple strings and expressions are printed to a serial port, separated by either a comma or semicolon. The semicolon puts the two expressions next to each other, while the comma puts a tab between them.
Syntax
PRINT #<DeviceHandle>, “<String>” | [Expression] {, | ; “<String>” | [Expression] }
Availability
All versions
Type
<DeviceHandle>: Long
<string>: String
<expression>: Long, Double, String, Joint or Location
Range
<DeviceHandle>: 1 to 255
Scope
Configuration, Task or Terminal
Limitations
Read-Only
Examples
Print #1, Nm$, Dept$, Level, Age