View Issue Details

IDProjectCategoryView StatusLast Update
0001134Ecere SDKcompilerpublic2017-06-09 02:39
Reporterjerome Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version0.44.15 
Target Version0.44.16 
Summary0001134: Assigning a value indexing an Array<int> from a variable typed as Array seems to add the value at the end or wrong location
DescriptionDiscovered at June 8th, 2017 meetup while demoing containers.
Steps To ReproduceArray a;
a = Array<int> { [ 1, 2, 3, 4, 5 ] };
a[2] = 10;
PrintLn(a);
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-06-09 02:38 jerome New Issue
2017-06-09 02:39 jerome Description Updated View Revisions