XForm()
<< Click to Display Table of Contents >> XForm() |
![]() ![]() ![]() |
Purpose
To convert a value into a formatted string
Syntax
XForm( <xValue>, <cPicture>) cFormattedString
Arguments
<xValue> The value you wish to convert to a formatted string. This parameter can be any data type.
<cPicture> A string of picture and template characters that describes the format of the returned string. See Picture Codes for more information.
Returns
XForm returns xValue converted to a string and formatted according to the cPicture clause.