Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 129 by [email protected]: 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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to