Basic Syntax CrystalClear Syntax Before Reading Records

Picture( String, Mask )


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 )

Return:

Numeric Result

Example:

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

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: