MC-Basic:PRINTTOBUFF

From SoftMC-Wiki
Revision as of 12:19, 10 August 2020 by Nurit (talk | contribs) (Removed references)
Jump to: navigation, search

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