["Frank", "Helen", "Fred", "Linda"]
Global StringVar Array names; //The names array has been initialized and filled //in other formulas Local NumberVar i; Local NumberVar result := -1; //The UBound function returns the size of its array //argument For i := 1 to UBound (names) Do ( If names [i] = "Fred" Then ( result := i; Exit For ) ); result
|
Business Objects, SAP 子公司 http://www.taiwan.businessobjects.com/ 支援服務 http://www.taiwan.businessobjects.com/support/ 產品說明文件網站 http://support.businessobjects.com/documentation/ |