' UA11
@alert.box.1
EDIT
PROCEDURE alert.box.1
REM Merge this into your .GFA source code.
  a.1$="This is a test of loading in "
  b.1$="which the second icon ( ! ) "
  c.1$="and the 2nd button are both "
  d.1$="selected. Let's also fill up "
  e.1$="the remaining lines w/fluff ! "
  f.1$="okay"
  g.1$="wow !"
  h.1$=""
  i.1$=""
  icon%=1
  default%=2
  alt.1$="["+STR$(icon%)+"]["+a.1$+"|"+b.1$+"|"+c.1$+"|"+d.1$+"|"+e.1$+"]["+f.1$+"|"+g.1$+"]"
  ~FORM_ALERT(default%,alt.1$)
RETURN
