7 /*------------------------------------------------------------------------- /* Environmental Systems Research Institute /*------------------------------------------------------------------------- /* Menu: INFORM.MENU /* Purpose: Provide information about an action (general or error message) /*------------------------------------------------------------------------- /* Globals: /*------------------------------------------------------------------------- /* Calls: /*------------------------------------------------------------------------- /* Notes: /*------------------------------------------------------------------------- /* History: Michael Waltuch - Original coding /* Matt McGrath - 01/30/92 - Added header, OK button. /* Added routines in inform.aml. /*========================================================================= %icn %msg1 %msg2 %ok %icn display iconname 8 icon %msg1 display message1 65 %msg2 display message2 65 %ok button OK &return; &run msinform exit %forminit &set iconname inform32.icon; ~ &set message1 = [UNQUOTE %message1%]; ~ &set message2 = [UNQUOTE %message2%];