Emptying A Variable
Emptying A Variable
Out of context: Reply #7
- Started
- Last post
- 10 Responses
- Epictive0
If you want to check a value (if I am understanding your dunken words) just do something like this:
if (varName=2) {
ACTION;
}or
if (varName>5) {
ACTION;
}etc... If this isnt what you want, drop me an email.
-A