Navigation:  MCL Reference > Miscellaneous Functions >

Gel( )

Print this Topic Previous pageReturn to chapter overviewNext page

Returns a string which is a concatenate off all items. Items can be any data type. The maximum number of items is 27. All blanks before or after each item will be trimmed.

 

Syntax

Gel(eItem1, eItem2, eItem3,...)

 

Returns

Character

 

Examples

Gel(' Apple ', 30)

Returns 'Apple30'. Please note blanks before and after 'Apple' are trimmed.

 

Gel(HrJockey( ), HrDistance( ))

Returns a concatenation of jockey name and race distance, for example, 'D Whyte1400'.

 

 


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