- Joined
- Oct 20, 2007
- Messages
- 342
udg_Temp_unit = unit
trigger 1
set Temp_unit = Triggering Unit
- then do some action -
should is clear the Temp_unit like:
"Temp_unit = No unit "??
assuming i have 100 unit in a unit variable with array
like :
for loop integer A 1 to 100
set Temp_unit[integer A] = random unit in unit group
will this have a huge leak??? because i'm set the variable into many of unit.
trigger 1
set Temp_unit = Triggering Unit
- then do some action -
should is clear the Temp_unit like:
"Temp_unit = No unit "??
assuming i have 100 unit in a unit variable with array
like :
for loop integer A 1 to 100
set Temp_unit[integer A] = random unit in unit group
will this have a huge leak??? because i'm set the variable into many of unit.