I want to make a case statement that allows me to have multiple numbers do one action ex...
SCAR Code:case (random(10)) of
1,2,3 : Action1;
4,5,6,7: Action2;
8,9,10 : Action3;
end;
The thing is that I have to do a lot of this and I was wondering if there was a faster way? Something like
SCAR Code:1-3:Action1;
instead of
SCAR Code:1,2,3:Action1;
Any help would be appreciated.
P.S. Who is Drunkenoldma? Is it the guy who coded the scar tags? Did he do anything else?



Reply With Quote






