'
' © JM. :: Hecho en Ronda
'
'
' Procedente de... OYM DOMINICANA
'
'______________________________________________________________________
'
'Dibuja en la pantalla el t¡tulo del programa y las opciones del men£
'
SUB PintaMenu
CLS
PRINT
PRINT , , "* * * * * * * * * * * *"
PRINT , , "* AGENDA ESTUDIANTE *"
PRINT , , "* *"
PRINT , , "* INSTRUCTIVO O&M *"
PRINT , , "* * * * * * * * * * * *"
PRINT
PRINT
PRINT , "A ... A¤adir nueva persona"
PRINT , "B ... Borrar persona"
PRINT , "M ... Modificar persona"
PRINT
PRINT , "N ... Buscar persona por nombre"
PRINT , "D ... Buscar persona por direcci¢n"
PRINT , "T ... Buscar persona por tel‚fono"
PRINT , "E ... Buscar persona por edad"
PRINT
PRINT , "L ... Ver listado de personas"
PRINT
PRINT , "C ... Compactar base de datos"
PRINT
PRINT , "S ... Salir"
END SUB

No hay comentarios:
Publicar un comentario