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

Right( )

Print this Topic Previous pageReturn to chapter overviewNext page

Visual FoxPro 內置函數,傳回一字串最右方的若干個字母。

 

語法

Right(cExpression,nCharacters)

 

參數

cExpression

被摘取字母的字串。

nCharacters

指定要摘取多少個最右方的字母。假如 nCharacters 的數值超出cExpression 的總長度,函數會傳回 cExpression,假如 nCharacters 等如 0或負數,函數會傳回空字串 (Null String)。

 

回傳值

Character

 

 


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