I tried to load a json dictionary from Rez with 1284 elements in a function decorated with :extendedCode but it crashed with an out of memory error anyway. All was well until it got to this function. The compiler warned the array would be >8k. I don't know its actual size but not surprisingly it made the prg file about 1 MB bigger. Is there a trick to make Rez work with :extendCode, or is this one of the new Garmin "features" that sounds great on paper but isn't really usable in the real world?
(:extendedCode) public function getTides() as Void { var tide_rez = Application.loadResource(Rez.JsonData.NOAA) as Dictionary;