Re: store bug

new topic     » goto parent     » topic index » view thread      » older message » newer message
jmduro said...

Thank you Greg,

I'm using

Euphoria Interpreter v4.1.0 development 
   32-bit Windows, Using System Memory 
   Revision Date: 2015-02-13 18:10:12, Id: 6318:1c30095180a0 

Open std/sequence.e and scroll to the start of store(). It should start on line 149 and include the following code to prevent this problem:

if length(indexes) = 1 then 
    target[indexes[1]] = x 
    return target 
end if 

If that is not the case then I suspect you're on the old 4.0 include files. (We need to work on marking include files with versions going forward to help prevent this.)

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu