Programming Help
Is it possible to create an array containing text. I am trying to generate Menu for LCD screen which is 4x20.. The user will have an option to cycle through the menus which have 10 items, but only 4 will shown on the LCD at any given time...
Thanks for your help in advance.
Thanks for your help in advance.

Comments
PUB get_string_ptr( word_index ) : p if (word_index > -1) and (word_index < NumTemplates) p := @@strTable[noparse][[/noparse]word_index] DAT strUp byte "up",0 strDown byte "down",0 strLeft byte "left",0 strRight byte "right",0 strYes byte "yes",0 strNo byte "no",0 strEels byte "eels",0 strTable word @strUp, @strDown, @strLeft, @strRight, @strYes, @strNo, @strEels▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lonesock
Piranha are people too.
thanks,
shabbir