Navigation:  MCL Reference > Conversion Functions >

Transform( )

Print this Topic Previous pageReturn to chapter overviewNext page

Transform( ) is a Visual FoxPro function which converts a value of any data type to a character string. Transform( ) can be used in the short form Tran( ).

 

Syntax

Transform(eExpression)

 

Returns

Character

 

Examples

eExpression

Example

Example of string returned

Numeric

Transform(HrBodyweight( ))

1018

Text

Transform(HrDistance( ))

1200

Date

Transform(HrDate( ))

13/03/2001

Logical

Transform(IsNull(Column('Performance')))

.T.

.NULL.

Transform(.NULL.)

.NULL.

 

 

 


Page url: http://www.racematenet.com/english/help/index.html?transform.htm