+ 2
Manav Roy
Without seeing the rest of your code, I don't understand how the 0 will interface with your code.
PS: I am not the sharpest tool in the shed, so would appreciate any extra info
+ 2
Manav Roy
If you wish to reset the iteration back to 0, then shouldn't your code snippet be
? i=SkipThem(etc...) : i=0
Don't you need to assign the value of 0 to something?
+ 2
Manav Roy
If there is no need of else part then why you need ternary.. You can Just use if block na..!!