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
Post Reply 


Messages In This Thread
Putting values in a list - Powersoft - 10-16-2017 02:48 PM
RE: Putting values in a list - DrD - 10-16-2017, 03:43 PM
RE: Putting values in a list - Joe Horn - 10-17-2017, 04:11 AM



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