Skip to main content

$MVFMTS

Performs MultiValue formatting of elements of a dynamic array.

Synopsis

$MVFMTS(dynarray,format)

Parameters

Argument Description
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