Format

<< Click to Display Table of Contents >>

Navigation:  Apollo SQL > String Functions >

Format

Formats the series of arguments in the list of arguments Arg1, Arg2, Arg3, ....

Syntax:

Format( Format: String; Arg1, Arg2, Arg3, ... ): String

Formatting is controlled by the Object Pascal format string Format; the results are returned in the function result as a String. Every argument in the list can be an expression. This behaves the same as in Object Pascal.