Difference between revisions of "MC-Basic:PRINTTOBUFF"

From SoftMC-Wiki
Jump to: navigation, search
(PrintToBuff command)
(No difference)

Revision as of 13:21, 9 August 2020

Multiple expressions are printed to a buffer, 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

PRINTTOBUFF #<DeviceHandle>, [Expression] {, ;[Expression]} {SEND = TRUE or FALSE}

Availability

All versions

Type

<DeviceHandle>: Long
<expression>: Long, Double, String, Joint or Location

Range

<DeviceHandle>: 1 to 255
<Send>: TRUE or FALSE

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

PrintToBuff #1, Nm$, Dept$, Level, Age
PrintToBuff #1, Nm$, Dept$, Level, Age Send = True

See Also