ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
MyArray is array of 2 by 3 strings ArrayInsertLine(MyArray, 1, "A", "B", "C") ArrayInsertLine(MyArray, 2, "a", "b", "c") ArrayInsertLine(MyArray, 3, "D", "E", "F") // Delete the 1st row ArrayDeleteLine(MyArray, 1) // Deletes "A B C" // Display the 1st row Trace(MyArray[1,1], MyArray[1,2], MyArray[1,3]) // Displays "a b c"
Name of the Array variable to use. This array must be a two-dimensional array.
Index of the row to delete. A WLanguage error occurs if this parameter is greater than the number of array lines.
Deleting the last row
Miscellaneous
Last update: 09/17/2025
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: