{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

Picture

Formats String according to Mask. Any char "x" in Mask stands for a char in String, any other char stands for itself.

Usage:

Picture( String, Mask )

Returns:

Numeric Result

Examples:

Picture ("123", "-x+2*x+3*x")
-> -1+2*2+3*3