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 Command.AppendStringAndPreview(String text)

HTTP

http://[ip]:4430/titan/script/2/Command/AppendStringAndPreview?text={string}

Parameters

text ( String ) : The text.

Returns