Visual FoxPro 內置函數,傳回一字串最左方的若干個字母。
語法
Left(cExpression, nCharacters)
參數
cExpression
被摘取字母的字串。
nCharacters
指定要摘取多少個最左方的字母。假如nCharacters 的數值超出cExpression 的總長度,函數會傳回cExpression,假如nCharacters 等如0或負數,函數會傳回空字串 (Null String)。
回傳值
Character
Page url: http://www.racematenet.com/help/index.html?left.htm