["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, une société du groupe SAP http://www.france.businessobjects.com/ Services de support technique http://www.businessobjects.com/services/support/ Documentation des produits sur le Web http://support.businessobjects.com/documentation/ |