How many if..then....endif statements can go inside another if..then...endif loop?
How many if..then statements can go inside another if..then...endif loop?
Thanks
Re: How many if..then....endif statements can go inside another if..then...endif loop
I think the only limit is the MCU's memory.
Re: How many if..then....endif statements can go inside another if..then...endif loop
OR you computer screen if you use lots of indentation :p
THere's no limit, it doesn't use stack. Go crazy, and happy nesting !