In SX Microcontrollers, SX/B Compiler and SX-Key Tool, mslattery wrote: Hello all.... tia for any help... I was wondering if there is an easy way to solve this problem? I've done some searching on the forum with little luck. I know we can use READ to z-strings stored in DATA statments, but is there a better way to access multiple strings? For example, suppose I have the following strings stored stringdata: DATA "String1",0 DATA "Stringsasdfa",0 DATA "newString asdfas",0 Is there any easy way to access "Stringasdfa" using an index? Right now I just do this... stringdata0: DATA "String1",0 stringdata1 DATA "Stringsasdfa",0 stringdata2 DATA "newString asdfas",0 But I have lots of data to store! It's for a basic menu system for me. A similar sample with code is attached... Thanks, Mike ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=136007 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)