Senior Design wrote: > Hi, I am having trouble getting variables I assert with a given value > inside a structure to be assigned this value. > #pragma udata myGenreSection=0x129 > struct genreStruct genreTable[GENRE_TABLE_SIZE_X][GENRE_TABLE_SIZE_Y]; > #pragma code > genreTable[0][0].totalPreferred = 2; Multi-bank objects in C18 must be accessed through a pointer, not directly. -- John W. Temples, III -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist