AVOLITES TITAN API

AppendString

Attempts to append a string to the current command text. If adding the new text would make the string an invalid command it will be rejected.

Namespace: Command

Syntax

MACRO

Void Command.AppendString(String text)

HTTP

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

Parameters

text ( String ) : The text.