AVOLITES TITAN API

ListContains

Checks whether the second item is contained in the first element list

Namespace: Math

Syntax

MACRO

Boolean Math.ListContains(Object x, Object y)

HTTP

http://[ip]:4430/titan/script/2/Math/ListContains?x={}&y={}

Parameters

x ( Object ) : The value to compare with y.

y ( Object ) : The value to compare with x.

Returns

true if it is in the list