Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

$MVFMTS

Performs MultiValue formatting of elements of a dynamic array.

Synopsis

$MVFMTS(dynarray,format)

Parameters

dynarray A dynamic array to be formatted for display.
format A quoted string consisting of positional letter and number codes specifying the display format for each element of dynarray.

Description

The $MVFMTS function invokes the Caché MVBasic FMTS function, and returns the resulting value to the ObjectScript environment. Specify parameter values in MVBasic form. For further details refer to the Caché MultiValue Basic Reference.

See Also

  • $MVFMT function

  • MVBasic FMTS function in Caché MultiValue Basic Reference

FeedbackOpens in a new tab