ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
MyArray is array of 2 by 3 strings InsertLine(MyArray, 1, "AT", "B", "C") InsertLine(MyArray, 2, "a", "b", "c") InsertLine(MyArray, 3, "D", "E", "F") // Delete the 1st line DeleteLine(MyArray, 1) // Deletes "A B C" // Display the 1st line 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/18/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: