Thank you in advance for any help given or attempted.
Simba Code:begin
case (I) of
0 : Color := 0; HMod := 0.0; SMod := 0.0;
1 :
begin
Color := 0;
HMod := 0.0;
SMod := 0.0;
end;
end;
end;
I want to make it to where I only have to use one line for adjusting variables or just doing functions and such, like I did on the first one. But that does not work and only the second one works. Is there a way to make it work that I am just missing or something?
Thank you again.








Reply With Quote







.




