Post Reply 
MAKELIST()
01-10-2015, 11:28 PM
Post: #2
RE: MAKELIST()
It appears that MAKELIST expects the variable to be a global variable A and not a local variable A. Remove A from the list of local variables and your program runs fine. When you use A as a local variable, I believe it substitutes the current value of A into the command (which is presumably 0). So the program essentially does: MAKELIST(0,0,blah...)

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
MAKELIST() - DrD - 01-10-2015, 11:23 PM
RE: MAKELIST() - Han - 01-10-2015 11:28 PM
RE: MAKELIST() - DrD - 01-10-2015, 11:33 PM
RE: MAKELIST() - Han - 01-10-2015, 11:46 PM
RE: MAKELIST() - DrD - 01-11-2015, 01:25 AM
RE: MAKELIST() - Han - 01-11-2015, 01:31 AM
RE: MAKELIST() - DrD - 01-12-2015, 12:35 PM
RE: MAKELIST() - Tim Wessman - 01-12-2015, 02:18 PM
RE: MAKELIST() - DrD - 01-12-2015, 03:54 PM
RE: MAKELIST() - Tim Wessman - 01-12-2015, 05:01 PM



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