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

MAKE_STR( pObject )

Purpose

Convert any data type to character. Eliminates crashes due to unpredictable
data types.

Arguments

     pObject -- item to stringify

Setup

None.

Example

     USE CUSTOMER
     LIST Last_Name + ' ' + MAKE_STR( Last_Updat ) + ;
          MAKE_STR( Balance ) + ' ' + MAKE_STR( Tag )

Returns

pObject in string form.

Side Effects

None.

Artful Calls

None.

Source File

AA_MKSTR.PRG

Notes

This function makes possible a wide variety of field-processing possibilities
which do not care what type of data they manipulate.

Note that logicals get converted to either "True" or "False".

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