[Gambas-user] Issue 129 in gambas: For-loop does not work on large ranges
gambas at ...2524...
gambas at ...2524...
Wed Oct 19 01:10:47 CEST 2011
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 129 by emil.len... at ...626...: For-loop does not work on large
ranges
http://code.google.com/p/gambas/issues/detail?id=129
1) Describe the problem.
For-loop does not work on large ranges.
2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
Version: TRUNK
Revision: r4205
Architecture: x86_64
3) Provide a little project that reproduces the bug or the crash.
This loop is never entered:
Dim i As Integer
For i = -2000000000 To 2000000000
Print i
Next
More information about the User
mailing list