DataBasic Reference > Statements and Intrinsic Functions > I > ICONV Function

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

ICONV Function (DataBasic) (m618703+iconv_f.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

ICONV Function

Performs English input conversions.

Syntax

ICONV(value, conversion)

Syntax Elements

value A DataBasic expression that evaluates to the value to be converted.

Note: The value to be converted cannot contain any system delimiters.

conversion A string containing one or more English conversion codes, separated by value marks. Multiple codes are processed left-to-right, each code acting on the result produced by the previous code.

See Also

ICONVS function, OCONV function, FMT function.

Examples

PENNIES = ICONV("1234.00","MD2")

Assigns the string value 123400 to the variable PENNIES.

IDATE = ICONV("7-29-85","D")

Assigns the internal date value 6420 to variable IDATE.

RealityV15.1 (MoTW) Revision 7Comment on this topic