Possibly this could/should be a warning in the IDE as it can cause a bug that can be hard to spot.
For example we have this code:
Sub AddToListItems(lst As List, iAdd As Int) As List
Dim i As Int
Dim lst As List
For i = 0 To lst.Size - 1
lst.Set(i, lst.Get(i) + iAdd)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.