Redim Preserve x[n]
Local StringVar array x := ["a", "bb", "ccc"]; // resize the array to size 4 while preserving the old values. Redim Preserve x [4]; // now x = ["a", "bb", "ccc", "dddd"] x [4] := "dddd"; x[4] // returns "dddd"
SAP BusinessObjects http://www.sap.com/sapbusinessobjects/ Support services http://service.sap.com/bosap-support/ Product Documentation on the Web http://help.sap.com/ |