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, arg1, arg2)

Parameters

Name Type Description
formatstring string The string specifying the format of the result.
arg1 any The first argument to be inserted into the formatting string.
arg2 any The second argument to be inserted into the formatting string.

Examples


Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.