WriteF11Lines Function

Writes lines directly to the F11 window overwriting any existing lines.

Arguments

Number Type Compulsory Default Description
1 string array Yes Lines
2 real No -1 Schematic ID

Argument 1

Lines to write in the form of a string array. Each element in the array creates a new line.

Argument 2

Schematic ID as returned by OpenSchematic . This makes it possible to apply this function to any schematic and not just the one that is currently displayed. See OpenSchematic for more details.

Returns

Return type: real

Returns 1.0 if the function is successful otherwise returns 0.0. The function will only fail if there are no schematics open.

See Also