Re: Out of memory error

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

Dear  Kayhlan:

> The sequences I use are initialized to a certain length
> at the beginning of the program.
> I don't allocate and since it is a sequence,
> I don't see how I could free().

Try please
--------------------
sequence s
s=repeat(1,100)-- Eu allocates
? s

s={} -- Eu frees
?s
-------------------

Regards,
Igor Kachan
kinz at peterlink.ru

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

Search



Quick Links

User menu

Not signed in.

Misc Menu