up Inquisit Language Reference

format function

An advanced function that allows string substitutions and formatting of decimals using format strings as used by the C function printf.

Member of

<global>

Syntax

format(formatstring, args)

Return Type

string

Parameters

Name Type Description
formatstring string The string specifying the format of the result.
args array A list of argument values to be inserted into the string.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.