Post Reply 
Putting values in a list
10-16-2017, 02:48 PM
Post: #1
Putting values in a list
With this simple code I need to input 10 values in a list.
When running this no values are stored in L3.
What are I do wrong?

Cheers,

Jan

Code:
EXPORT readElemts(YE,TE,IN,RA,EC,WP,MA,MM,M2,RV)
BEGIN
L3:={YE,TE,IN,RA,EC,WP,MA,MM,M2,RV};
END;
Find all posts by this user
Quote this message in a reply
10-16-2017, 03:43 PM
Post: #2
RE: Putting values in a list
It works on emulator.

-Dale-
Find all posts by this user
Quote this message in a reply
10-17-2017, 04:11 AM
Post: #3
RE: Putting values in a list
M2 is a global matrix variable. Could using M2 as a numeric input variable be causing trouble? (Just a guess)

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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