Post Reply 
Bug: MAKELIST
12-23-2015, 09:24 AM
Post: #2
RE: Bug: MAKELIST
Bonjour Tyann,
is this really a bug?

Try MAKELIST(I,I,1,0) and similar examples to see what happens.
MAKELIST(I,I,5,0) --> {5,4,3,2,1,0}
with a bit of imagination this can be expected when reading the online-help.

Of course MAKELIST(I,I,5,0,-1) has to give the same result. And it does.

Try MAKELIST(10,I,1,0,1) --> {} which might be what you expected.

Playing a bit around, I noticed MAKELIST(I,I,5,0,1) gave "Error: Insufficient Memory" this might be a bug?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bug: MAKELIST - Tyann - 12-23-2015, 06:27 AM
RE: Bug: MAKELIST - Dirk. - 12-23-2015 09:24 AM
RE: Bug: MAKELIST - Tyann - 12-23-2015, 11:30 AM



User(s) browsing this thread: 1 Guest(s)