Redim x[n]
Local StringVar array x:= ["a", "bb", "ccc"]; // resize the array to size 4; old values are ignored // and filled with default values of empty strings Redim x [4]; x [4] := "dddd"; // only x[4] is initialized
SAP BusinessObjects http://www.sap.com/sapbusinessobjects/ Support services http://service.sap.com/bosap-support/ Product Documentation on the Web http://help.sap.com/ |