' UA11
@alert.box.2
EDIT
PROCEDURE alert.box.2
REM Merge this into your .GFA source code.
  a.1$="This is a test of loading in "
  b.1$="which the third icon ( ? ) "
  c.1$="and the 3rd 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$="woop !"
  i.1$=""
  icon%=2
  default%=3
  alt.1$="["+STR$(icon%)+"]["+a.1$+"|"+b.1$+"|"+c.1$+"|"+d.1$+"|"+e.1$+"]["+f.1$+"|"+g.1$+"|"+h.1$+"]"
  ~FORM_ALERT(default%,alt.1$)
RETURN
