You only need to use ArrayFree — "It frees up a buffer of any dynamic array and sets the size of the zero dimension to 0."
You don't need to use ArrayRemove.
Ok, thanks fernando
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
A quick question on how to remove an array and revert it's size to 0. To do so I use ArrayRemove and the ArrayFree function. Is this correct?