Hi,
I've got a little question about the using of values of hashtables.
In every tutorial I've seen that the posters first of all saved the loads of hashtables in additional variables and then used this variables for another actions.
e.g.
I've got a little question about the using of values of hashtables.
In every tutorial I've seen that the posters first of all saved the loads of hashtables in additional variables and then used this variables for another actions.
e.g.
- Set Integer = (Load 0 of (Key (Triggering unit)) from Hashtable)
- Set Integer = (Integer + 1)
- Hashtable - Save Integer as 0 of (Key (Triggering unit)) in Hashtable
- Hashtabelle - Save Integer as ((Load 0 of (Key (Triggering unit)) from Hashtable) + 1) of (Key (Triggering unit)) in Hashtable