Local StringVar x := "hello"; Length (x) //The formula returns the Number 5
Local StringVar x := "hello"; Local StringVar y; //Start at position 2, go to the end of the string y := Mid (x, 2); //y is now "ello" //Start at position 2, extract 1 character y := Mid (x, 2, 1) //y is now "e"
|
Business Objects, SAP 子公司 http://www.taiwan.businessobjects.com/ 支援服務 http://www.taiwan.businessobjects.com/support/ 產品說明文件網站 http://support.businessobjects.com/documentation/ |