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, an SAP company http://japan.businessobjects.com/ サポート サービス http://japan.businessobjects.com/support/ Web 上の製品マニュアル http://support.businessobjects.com/documentation/ |