Navigation:  MCL Reference > List Functions >

ListCommon( )

Print this Topic Previous pageReturn to chapter overviewNext page

This function returns the common items in 2 item strings.

 

Syntax

ListCommon(cValueExpr1cValueExpr2,cSeparator)

 

cValueExpr1

First item string

cValueExpr2

Second item string

cSeparator

Item separator (can be more than 1 character). Default to ','

 

Returns

Character

 

Example

ListCommon("A,B,C","D,C,B")

Returns "C,B"

 

See also

ListAscItem( ) | ListAscVal( ) | ListDescItem( ) | ListDescVal( ) | ListItem( ) | ListVal( ) | ListSum( ) | ListFilter( ) | ListAverage( ) |

 

 


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