Tuto WINDEV 25

Part 2: The WLanguage basics 55 Tip Fast array initialization To initialize an array, you also have the ability to use the following syntax: // Declares an array arrDay is array of strings // Initialization with // the names of the days of week arrDay = ["Monday", "Tuesday", "Wednesday", ... "Thursday", "Friday", "Saturday", "Sunday"] See the online help for more details (keyword: "Array"). Advanced arrays Advanced arrays are also available: array with several dimensions, array of arrays, associative array, array of structures, array of objects, ... See the online help for more details (keyword: "Array").

RkJQdWJsaXNoZXIy NDQ0OA==