This tracker is in read-only mode.
Please report all Sanny Builder issues on GitHub.


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000028Sanny Builder[All Projects] compilerpublic2014-07-03 07:522014-07-05 17:43
ReporterJunior_Djjr 
Assigned ToSeemann 
PriorityhighSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version3.2.1 
Target VersionFixed in Version3.2.2 
Summary0000028: the use of for-to make var-end don't work
Descriptionsomeone probably already noticed / reported that, anyway I think it's great this bug be fixed because it frequently disrupts


//------- ERROR:
{$cleo}
var
1@ : float
2@ : float
end

for 1@ = 0.0 to 10.0 step 1.0
end

2@ = 1@ //error here
////////////


//------- WORKS:
{$cleo}
var
1@ : float
2@ : float
end

for 3@ = 0.0 to 10.0 step 1.0
end

2@ = 1@
////////////


//------- WORKS:
{$cleo}
var
1@ : float
2@ : float
end

2@ = 1@
////////////
            
            
              
//------- WORKS:
{$cleo}
for 3@ = 0.0 to 10.0 step 1.0
end

var
1@ : float
2@ : float
end

2@ = 1@
////////////


----------
btw: the use of a const in for-to don't works too
btw²: language "Português (Brasil)" with flag of "Portugal" instead Brazil :P lol
TagsNo tags attached.
Attached Filesjpg file icon gta-sa-mod-8 - Cópia.jpg [^] (39,803 bytes) 2014-07-03 07:52

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2014-07-03 07:52 Junior_Djjr New Issue
2014-07-03 07:52 Junior_Djjr Status new => assigned
2014-07-03 07:52 Junior_Djjr Assigned To => Seemann
2014-07-03 07:52 Junior_Djjr File Added: gta-sa-mod-8 - Cópia.jpg
2014-07-05 14:36 Seemann Status assigned => confirmed
2014-07-05 17:43 Seemann Status confirmed => resolved
2014-07-05 17:43 Seemann Fixed in Version => 3.2.2
2014-07-05 17:43 Seemann Resolution open => fixed


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker