Array tools NEW FEATURE

Please add a new command or whatever you want to call it to the Array Tool, that will allow the entire Array to be erased or deleted. For example, let’s say you have an array called “MyArray” and you can call a command MyArray.Reset and that will remove all children in the array, making the Array empty or null…so that it can now be populated from scratch.

That would be very helpful. thanks.

Doesnt ‘clear all children’ exist as an action?

3 Likes

As v9um said. There’s clear children
You can use it to clear any level of a variable.

Like List or List[4] or Towns.Name (if List[4] and Towns.Names were arrays)

You can use remove variable by index to remove specific indexes

1 Like