- Joined
- Dec 17, 2005
- Messages
- 337
Curious as to what is the custom script to only remove a certain array from a variable and not clear the whole variable.
call RemoveLocation(udg_Loc)
"Loc" has an array of 9 and I will need to only specifically remove certain code at a time.
Thanks in advance
call RemoveLocation(udg_Loc)
"Loc" has an array of 9 and I will need to only specifically remove certain code at a time.
Thanks in advance