Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

STRINT( nNumber )

Purpose

Converts number to a string.

Arguments

     nNumber -- number to translate

Setup

None.

Example

     STRINT( 42.1 ) returns "42"

Returns

nNumber as an integer as a string with no leading blanks.

Side Effects

Crash if nNumber is not a numeric expression.

Artful Calls

None.

Source File

AA_STRIN.PRG

Notes

The convenience afforded by this function makes it one of the most
often-used in the library.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson