SetTextPlane

Last Modified: 1/18/2021

Sets the active Plane for text commands.

Arguments

NameTypeRequiredDescription
Plane System Identifier Yes Sets the layer to set for text commands.

Scrollable Planes

Scroll TypeDescription
Scroll_A Sets the active layer to Plane A.
Scroll_B Sets the active layer to Plane B.
Window Sets the active layer to the Window plane.

Example

Syntax: SetTextPlane <Plane>
    SetScrollPlane Scroll_B
    Print "Hello World"

Remarks

By default, the text Plane is Scroll_A.

See Also

Cls, ClsEx, Print