Hello,
What is the faster executed code methode and best programming practice
if a = 5 and b <= 10 and c= 120 then
code = 23
endif
if a = 5 then
if b <= 10 then
if c= 120 then
code = 23
endif
endif
endif
if a = 5 and b= 12 or c<= 20 then
code = 23
endif
'is this the same like the above example?
if a = 5 then
if b= 12 then
if or c<= 20 then code = 23
code = 23
endif
endif
Thanks
Best regards
toto
[b:1bb0194447][color=red:1bb0194447](BASCOM-AVR version : 2.0.7.2 , Latest : 2.0.7.6 )[/b:1bb0194447][/color:1bb0194447]
↧