ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
MonTableau is array of 2 by 3 strings InsertLine(MonTableau, 1, "A", "B", "C") InsertLine(MonTableau, 2, "a", "b", "c") InsertLine(MonTableau, 3, "D", "E", "F") // Suppression de la 1° ligne DeleteLine(MonTableau, 1) // Supprime "A B C" // Affichage de la 1° ligne Trace(MonTableau[1,1], MonTableau[1,2], MonTableau[1,3]) // Affiche "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/24/2024
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: