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

Like( )

Print this Topic Previous pageReturn to chapter overviewNext page

Visual FoxPro 內置函數,傳回 .T. 或 .F. 代表一樣板字串是否存在於目標字串之內。

 

語法

Like(cTemplatecExpression)

 

參數

cTemplate

要在目標字串 (第二參數) 內找尋的樣板字串。您可以在樣板字串中插入不限數目的通配符「*」 及「?」。「?」可以吻合單一字元,而「*」則可以吻合任何字元。

cExpression

要測試能否找到樣板字串的目標字串。

 

回傳值

Logical

 

 


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