This must be a dumb question but I can't seem to find anything in the help.
I have a browsed array of structures, say 10 of them and the user has selected the 6th element and wants to delete it by pressing a Delete button. What is the syntax for the button?
ArrayDelete(garrItems,CurrentElement) does not work.
I have a browsed array of structures, say 10 of them and the user has selected the 6th element and wants to delete it by pressing a Delete button. What is the syntax for the button?
ArrayDelete(garrItems,CurrentElement) does not work.