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