'**************************************
'                                     *
'     IntuiExtend.Lib 2.0/@1995-98    *
'                                     *
'          by CIERP Philippe.         *
'                                     *
'          from AMIGAzette 83         *
'                                     *
'**************************************
'
' Command
'  -Wb Display Alert 
'
Amos To Back 
'
X0=52 : X1=12
A$=Chr$(0)+Chr$(X0)+Chr$(20)+"CIERP Philippe / AMIGAzette 83, Présente IntuiExtend.Lib v1.0 ©1995"+Chr$(0)
B$=Chr$(1)+Chr$(0)+Chr$(X1)+"$<-- OK      Pressez un des boutons de votre sourie pour continuer      OK -->"+Chr$(0)
A$=A$+B$
'
SS=Wb Display Alert(49,A$)
'
Print "Bouton:";SS
Amos To Front 
