Bruce
Replace the return (lines 69 and 70) return new Array (vCCI.getValue(CCIStudy.CCI),
vMAofCCI.getValue(MAStudy.MA));
with return vMAofCCI.getValue(MAStudy.MA);
Then in preMain comment out lines 13 and 14 by preceeding each with a //
Lastly replace the 1 with a 0 in the following (lines 15 and 16) setCursorLabelName("MAofCCI", 1);
setDefaultBarFgColor(Color.red, 1);
While at it you may also want to comment out or better yet delete line 17 which is the command to autoupdate the efs.
That should do it
Alex
Comment