BigJimSlade
Registered User.
- Local time
- Today, 18:27
- Joined
- Oct 11, 2000
- Messages
- 173
Hello, Big Jim here,
Is it possible to set up an array such as:
intTotal(strGender,strLocation) = intTotal(strGender,strLocation) + some value
where of course strGender and strLocation are both non-numeric values?
The thought here being that I would have 2 strGenders and many strLocations.
Is it possible to do it this way?
Thanks in advance,
Big Jim
Is it possible to set up an array such as:
intTotal(strGender,strLocation) = intTotal(strGender,strLocation) + some value
where of course strGender and strLocation are both non-numeric values?
The thought here being that I would have 2 strGenders and many strLocations.
Is it possible to do it this way?
Thanks in advance,
Big Jim