In SX Microcontrollers, SX/B Compiler and SX-Key Tool, rodneymc wrote: Wow, wasn't expecting a response on Sunday - Thanks! [b]Lists of Lists[/b] I appreciate you looking into #3, Bean. It just seemed logical to me to organize data statements with variable information this way in my application. For example:
[code] List1: Data #bytes,data1, data2, data3, data4 List2: Data #bytes,data1, data2, data3, data4, data5, data6 List3: Data #bytes, data1, data2 'Then have a list of lists: Lists: Data #Lists, List1, List2, List3 [/code] This is kinda like a multidimentional array of constants. If the user selects 1, they will access the data from list1; 2, for list2, etc.[b]Still not clear on Avail. ROM/RAM Space:[/b] So, how do we find out how much EEPROM space is left, and I'm still not sure how much variable space I have with the Arrays. Was I correct on what I have left? I caught the large to small on the help file on the Array's, but I'm not sure why 7 of 9 would fail in my example. [b]Peter[/b], thanks so much for the files. I was a little dissapointed that I'd be two variables short when I go to the SX/48 board, and was affraid my app may not have the flexibility I initiall desired on the SX/28, but now I have renewed enthusiam, once again! I'm still working on enhancing what I'm doing, but as soon as I need that one extra variable, that I can't use w/ an array alias, I'll be sure to dig in! Rodney ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=147040#m147081 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)