AVOLITES TITAN API

AppendStringAndPreview

Attempts to append a string to the current command text and preview the resultant new command. If adding the new text would make the string an invalid command it will be rejected. If successful the command will be run in preview mode.

Namespace: Command

Syntax

MACRO

Boolean AppendStringAndPreview(System.String)

HTTP

http://[ip]:4430/titan/script/Command/AppendStringAndPreview

Parameters

text: The text.

Returns