// Title: Menu Maker Name: ~MENU Version: v1.1 Author: Bungeman (Ben Wagner) Email: bungeman@juno.com Webpage: http://members.tripod.com/~bungeman/casio Model: 9850, 9950 Description: Displays the frame for a menu like the ones used by the calculator. Parameters: A 1-6 draws a menu 11-16 clears a menu and any green text in it Output: A is one greater than before. Use: after drawing the menu, green text should be drawn inside. Upon clearing the menu [A>10] the text and menu are erased. // If A<10 Then Green F-Line 21A+1,63,21A+1,56 Green F-Line 21A+1,56,21A+18,56 A+1->A Else A-10->A Green Text 56,21A+1," " [5 spaces] Green Text 58,21A+1," " A+11->A IfEnd