'**************************************
'                                     *
'     IntuiExtend.Lib 2.0/@1995-98    *
'                                     *
'          by CIERP Philippe.         *
'                                     *
'          from AMIGAzette 83         *
'                                     *
'**************************************
'
' Command
'  -Rt Lib Open
'  -Rt String Req
'  -Rt Lib Close 
'  
Screen Open 0,640,256,2,$8000
Curs Off : Flash Off : Cls 0
'
Amos To Back 
'Ouverture de la reqTools.library
E=Rt Lib Open
'Ouverture impossible
If E=0 Then End 
'
B$=Rt String Req("Bonjour,","Lucien ???",30,2,2)
Print ">";B$;"<"
Print : Print "Pressez une touche..."
Amos To Front 
Wait Key 
'
'Refermer la librairie 
Rt Lib Close 
