Login Page - Create Account

Support Board


Date/Time: Sat, 13 Sep 2025 11:40:24 +0000



Post From: question about sc.Index

[2017-01-16 16:15:24]
User103949 - Posts: 78
so the else condition from code above only happens when sc.index=sc.arraysize -1? What is the difference if i add equal sign inside if condition, ie if sc.index <=sc.arraysize-1 anx get rid of else section?