Str()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Str()

Previous pageReturn to chapter overviewNext page

Purpose

To convert a numeric expression to a character string

Syntax

Str( <nNumber> , <nLength> , <nDecimals> ) cNumber

Arguments

<nNumber> is the numeric value to convert

<nLength> is the length of string to return including decimals and decimal point

<nDecimals> number of decimals to return

Returns

Str() returns <nNumber> formatted as a character string.