HP Forums

Full Version: Putting values in a list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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;
It works on emulator.

-Dale-
M2 is a global matrix variable. Could using M2 as a numeric input variable be causing trouble? (Just a guess)
Reference URL's