up Inquisit Language Reference

concat function

Contenates two strings together.

Member of

<global>

Syntax

concat(s1, s2)

Return Type

string

Parameters

Name Type Description
s1 string The first string.
s2 string The second string to append to the first.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.