Support Board
Date/Time: Tue, 01 Jul 2025 03:25:41 +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?
|