Navigation:  MCL Reference > Conversion Functions >

StrDiff( )

Print this Topic Previous pageReturn to chapter overviewNext page

The function is returns a character string as the result of the difference between 2 numeric values.

 

Syntax

StrDiff(nValue1,nValue2)

 

 

The function will return nValue1-nValue2 and convert it into a string. You will find a "+" or "-" at the returned string representing positive or negative of the result.
If only one value is passed into the function, it will convert this value into a string and add a "+" or "-" at the returned string representing positive or negative of the result.

 

Returns

Character

 

 


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