FunctionsArray$arrayIncludesOn this page$arrayIncludes Determines if the specified array contains the given element. Parameters ParameterDescriptionnameName of the arraymatchValue to be found Example <AoiClient>.addCommand({ name: "array", code: ` $createArray[data;1;4;5;6;7;8;9;0] $print[$arrayIncludes[data;0]] `,});