> Le 26 nov. 2017 à 01:56, Allan Udy via 4D_Tech <[email protected]> a écrit > : > > Hi All, > > [...] > As per the example code below, it appears that redefining an array variable > and resetting its size it does NOT automatically reset the numeric value of > the array variable. You actually need to use Clear Variable
Seems to be the expected job, Clear variable is supposed to reset a variable as if it was just declared. With an array, the 0 value is erased too. -- Arnaud de Montard ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

