Navigation:  MCL Reference > Conversion Functions >

TblWrite( )

Print this Topic Previous pageReturn to chapter overviewNext page

Write a value into the value column, the second column, of a conversion table. Please note that conversion table is case-sensitive.

 

Syntax

TblWrite(cLookupTable,vKeyVal,vWriteVal,vReturnVal,lNotRecalcCond )

 

cLookupTable

Name of conversion table

vKeyVal

KeyVal identifying record of conversion table to be written

vWriteVal

Value to be written to the conversion table

vReturnVal

Reutrn value. If vReturnVal is omitted, vWriteVal will be returned.

lNotRecalcCond

If lNotRecalcCond is satisfied, TblWrite( ) will not be re-executed when you push the "Recalc" button

 

Returns

Data type identical to that of vReturnVal

 

Example

TblWrite('RaceRemark',HrStartID( ),Column('Remark'),' ')

 

See Also

TblAddVal( )

 

 


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