ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
MonTableau is array of 2 by 3 strings MonTableau.InsèreLigne(1, "A", "B", "C") MonTableau.InsèreLigne(2, "a", "b", "c") MonTableau.InsèreLigne(3, "D", "E", "F") // Suppression de la 1° ligne MonTableau.SupprimeLigne(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/30/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: