對上一層:  模型程式語言參考手冊 > 字串處理函數 >

Occurs( )

Print this Topic Previous pageReturn to chapter overviewNext page

Visual FoxPro 內置函數,傳回目被搜尋字串中目標字串的數目

 

語法

OCCURS(cSearchExpressioncExpressionSearched)

 

參數

cSearchExpression

目標字串

cExpressionSearched

被搜尋字串

 

回傳值

Numeric

 

例子

OCCURS('a', 'abraca')

傳回 3

 

OCCURS('b', 'abraca')

傳回 1

 

OCCURS('e', 'abraca')

傳回 0

 

 


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