- Joined
- Mar 27, 2008
- Messages
- 8,035
Will this leak ?
- Custom script: Set TempLoc = SomePoint
- -------- DO SOMETHING WITH THE SomePoint --------
- Custom script: Set TempLoc = SomePoint2
- -------- DO SOMETHING WITH THE SomePoint2 --------
- Custom script: Set TempLoc = SomePoint3
- -------- DO SOMETHING WITH THE SomePoint3 --------
- Custom script: call RemoveLocation(udg_TempLoc)