SlideShare a Scribd company logo
1 of 6
EVIDENCIAS PXBASIC
PANEL 04 (MAS FUNCIONES CON BOTONES, PRACTICA)
PANEL 05 (MAS FUNCIONES CON BOTONES, EJERCICIO COMPLETO)
DESARROLLO DEL PROGRAMA
(PANEL 04)
00010 ! mis_programasPANEL04.pgm --- Created on Monday, February 29 2016 by Usuario
00020 !
00030 !
00040 MOSTRAR:
00041 BUTTON SHOW UNO.CTL
00042 BUTTON SHOW DOS.CTL
00043 BUTTON SHOW TRES.CTL
00044 BUTTON SHOW CUATRO.CTL
00045 BUTTON SHOW CINCO.CTL
00046 BUTTON SHOW SEIS.CTL
00047 BUTTON SHOW SIETE.CTL
00048 BUTTON SHOW OCHO.CTL
00049 BUTTON SHOW NUEVE.CTL
00050 BUTTON SHOW DIEZ.CTL
00060 RETURN
00070 !
00080 ESCONDER:
00090 BUTTON HIDE UNO.CTL
00100 BUTTON HIDE DOS.CTL
00110 BUTTON HIDE TRES.CTL
00120 BUTTON HIDE CUATRO.CTL
00130 BUTTON HIDE CINCO.CTL
00140 BUTTON HIDE SEIS.CTL
00150 BUTTON HIDE SIETE.CTL
00160 BUTTON HIDE OCHO.CTL
00170 BUTTON HIDE NUEVE.CTL
00171 BUTTON HIDE DIEZ.CTL
00180 RETURN
00190 !
00200 MOS:
00201 SHOW CONTROL UNO.CTL
00202 SHOW CONTROL DOS.CTL
00210 RETURN
00220 !
00230 ESC:
00231 BUTTON HIDE UNO.CTL
00232 BUTTON HIDE DOS.CTL
0024
DESARROLLO DEL PROGRAMA
(PANEL 05)
00010 ! mis_programasPANEL05.pgm --- Created on Monday, February 29 2016 by Usuario
00020 !
00030 !
00040 MOSTRAR:
00041 BUTTON SHOW DOS.CTL
00042 BUTTON SHOW CUATRO.CTL
00043 BUTTON SHOW SEIS.CTL
00044 BUTTON SHOW OCHO.CTL
00046 BUTTON SHOW DIEZ.CTL
00047 BUTTON HIDE UNO.CTL
00048 BUTTON HIDE TRES.CTL
00049 BUTTON HIDE CINCO.CTL
00050 BUTTON HIDE SIETE.CTL
00051 BUTTON HIDE NUEVE.CTL
00060 RETURN
00070 !
00080 ESCONDER:
00090 BUTTON HIDE DOS.CTL
00100 BUTTON HIDE CUATRO.CTL
00110 BUTTON HIDE SEIS.CTL
00120 BUTTON HIDE OCHO.CTL
00130 BUTTON HIDE DIEZ.CTL
00140 RETURN
00150 !
00160 MOSTRARIMPARES:
00170 BUTTON SHOW UNO.CTL
00180 BUTTON SHOW TRES.CTL
00190 BUTTON SHOW CINCO.CTL
00200 BUTTON SHOW SIETE.CTL
00210 BUTTON SHOW NUEVE.CTL
00211 BUTTON HIDE DOS.CTL
00212 BUTTON HIDE CUATRO.CTL
00213 BUTTON HIDE SEIS.CTL
00214 BUTTON HIDE OCHO.CTL
00215 BUTTON HIDE DIEZ.CTL
00220 RETURN
00230 !
00240 UNO:
00241 MULTI_MEDIA " PLAY "+"mis_programasnumbers_one.wmv",ERR=*NEXT
00250 RETURN
00260 !
00270 DOS:
00271 MULTI_MEDIA " PLAY "+"mis_programasnumbers_two.wmv",ERR=*NEXT
00280 RETURN
00290 !
00300 TRES:
00301 MULTI_MEDIA " PLAY "+"mis_programasnumbers_three.wmv",ERR=*NEXT
00310 RETURN
00320 !
00330 CUATRO:
00331 MULTI_MEDIA " PLAY "+"mis_programasnumbers_four.wmv",ERR=*NEXT
00340 RETURN
00350 !
00360 CINCO:
00361 MULTI_MEDIA " PLAY "+"mis_programasnumbers_five.wmv",ERR=*NEXT
00370 RETURN
00380 !
00390 SEIS:
00391 MULTI_MEDIA " play "+"mis_programasnumbers_six.wmv",ERR=*NEXT
00400 RETURN
00410 !
00420 SIETE:
00421 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_seven.wmv",ERR=*NEXT
00430 RETURN
00440 !
00450 OCHO:
00451 MULTI_MEDIA " PLAY "+"mis_programasnumbers_eight.wmv",ERR=*NEXT
00460 RETURN
00470 !
00480 NUEVE:
00481 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_nine.wmv",ERR=*NEXT
00490 RETURN
00500 !
00510 DIEZ:
00511 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_ten.wmv",ERR=*NEXT
00520 EXIT
00530 !
00540 TERMINAR:
00541 MULTI_MEDIA "CLOSE ALL"
00550 RETURN
0 RETURN
00310 RETURN
00320 !
00330 CUATRO:
00331 MULTI_MEDIA " PLAY "+"mis_programasnumbers_four.wmv",ERR=*NEXT
00340 RETURN
00350 !
00360 CINCO:
00361 MULTI_MEDIA " PLAY "+"mis_programasnumbers_five.wmv",ERR=*NEXT
00370 RETURN
00380 !
00390 SEIS:
00391 MULTI_MEDIA " play "+"mis_programasnumbers_six.wmv",ERR=*NEXT
00400 RETURN
00410 !
00420 SIETE:
00421 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_seven.wmv",ERR=*NEXT
00430 RETURN
00440 !
00450 OCHO:
00451 MULTI_MEDIA " PLAY "+"mis_programasnumbers_eight.wmv",ERR=*NEXT
00460 RETURN
00470 !
00480 NUEVE:
00481 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_nine.wmv",ERR=*NEXT
00490 RETURN
00500 !
00510 DIEZ:
00511 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_ten.wmv",ERR=*NEXT
00520 EXIT
00530 !
00540 TERMINAR:
00541 MULTI_MEDIA "CLOSE ALL"
00550 RETURN
0 RETURN

More Related Content

Viewers also liked (20)

Evidencia panel 6
Evidencia panel 6Evidencia panel 6
Evidencia panel 6
 
Evidencias multiline
Evidencias multilineEvidencias multiline
Evidencias multiline
 
Evidencias menu boton
Evidencias menu botonEvidencias menu boton
Evidencias menu boton
 
Evidencias radio 2
Evidencias radio 2Evidencias radio 2
Evidencias radio 2
 
Evidenicas panel 7
Evidenicas panel 7Evidenicas panel 7
Evidenicas panel 7
 
Evidencias crearwin
Evidencias crearwinEvidencias crearwin
Evidencias crearwin
 
Evidencias vocalrds
Evidencias vocalrdsEvidencias vocalrds
Evidencias vocalrds
 
Tipos de memoria de una computadora
Tipos de memoria de una  computadoraTipos de memoria de una  computadora
Tipos de memoria de una computadora
 
Actividad 03
Actividad 03Actividad 03
Actividad 03
 
ensayo de la computadora
ensayo de la computadoraensayo de la computadora
ensayo de la computadora
 
Pxbasic
PxbasicPxbasic
Pxbasic
 
Procesadores - información
Procesadores - información Procesadores - información
Procesadores - información
 
Arquitectura computacional
Arquitectura computacionalArquitectura computacional
Arquitectura computacional
 
EVIDENCIAS DE PXBASIC
EVIDENCIAS DE PXBASICEVIDENCIAS DE PXBASIC
EVIDENCIAS DE PXBASIC
 
Ensayo de 27
Ensayo de 27Ensayo de 27
Ensayo de 27
 
Tabla de técnicas
Tabla de técnicas Tabla de técnicas
Tabla de técnicas
 
Multi line
Multi lineMulti line
Multi line
 
EVIDENCIAS DE PXBASIC
EVIDENCIAS DE PXBASIC EVIDENCIAS DE PXBASIC
EVIDENCIAS DE PXBASIC
 
EVIDENCIAS DE PXBASIC
EVIDENCIAS DE PXBASIC EVIDENCIAS DE PXBASIC
EVIDENCIAS DE PXBASIC
 
Memorias ram y rom
Memorias ram y romMemorias ram y rom
Memorias ram y rom
 

More from carolina valencia toloza (9)

Trabajo tecnica 08
Trabajo tecnica 08Trabajo tecnica 08
Trabajo tecnica 08
 
Tipos de memoria de una computadora
Tipos de memoria de una  computadora Tipos de memoria de una  computadora
Tipos de memoria de una computadora
 
Pxbasic
PxbasicPxbasic
Pxbasic
 
Pxbasic
PxbasicPxbasic
Pxbasic
 
Ensayo 02
Ensayo 02Ensayo 02
Ensayo 02
 
Importancia acerca del uso correcto de la computadora
Importancia acerca del uso correcto de la computadoraImportancia acerca del uso correcto de la computadora
Importancia acerca del uso correcto de la computadora
 
Ensayo
EnsayoEnsayo
Ensayo
 
Mi propio blog
Mi propio blogMi propio blog
Mi propio blog
 
Aprendiendo
AprendiendoAprendiendo
Aprendiendo
 

Recently uploaded

REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 

Recently uploaded (20)

REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 

Evidencia paneles 4 y 5

  • 1. EVIDENCIAS PXBASIC PANEL 04 (MAS FUNCIONES CON BOTONES, PRACTICA) PANEL 05 (MAS FUNCIONES CON BOTONES, EJERCICIO COMPLETO)
  • 2.
  • 3. DESARROLLO DEL PROGRAMA (PANEL 04) 00010 ! mis_programasPANEL04.pgm --- Created on Monday, February 29 2016 by Usuario 00020 ! 00030 ! 00040 MOSTRAR: 00041 BUTTON SHOW UNO.CTL 00042 BUTTON SHOW DOS.CTL 00043 BUTTON SHOW TRES.CTL 00044 BUTTON SHOW CUATRO.CTL 00045 BUTTON SHOW CINCO.CTL 00046 BUTTON SHOW SEIS.CTL 00047 BUTTON SHOW SIETE.CTL 00048 BUTTON SHOW OCHO.CTL 00049 BUTTON SHOW NUEVE.CTL 00050 BUTTON SHOW DIEZ.CTL 00060 RETURN 00070 ! 00080 ESCONDER: 00090 BUTTON HIDE UNO.CTL 00100 BUTTON HIDE DOS.CTL 00110 BUTTON HIDE TRES.CTL 00120 BUTTON HIDE CUATRO.CTL 00130 BUTTON HIDE CINCO.CTL 00140 BUTTON HIDE SEIS.CTL 00150 BUTTON HIDE SIETE.CTL 00160 BUTTON HIDE OCHO.CTL 00170 BUTTON HIDE NUEVE.CTL 00171 BUTTON HIDE DIEZ.CTL 00180 RETURN 00190 ! 00200 MOS: 00201 SHOW CONTROL UNO.CTL 00202 SHOW CONTROL DOS.CTL 00210 RETURN 00220 ! 00230 ESC: 00231 BUTTON HIDE UNO.CTL 00232 BUTTON HIDE DOS.CTL 0024 DESARROLLO DEL PROGRAMA
  • 4. (PANEL 05) 00010 ! mis_programasPANEL05.pgm --- Created on Monday, February 29 2016 by Usuario 00020 ! 00030 ! 00040 MOSTRAR: 00041 BUTTON SHOW DOS.CTL 00042 BUTTON SHOW CUATRO.CTL 00043 BUTTON SHOW SEIS.CTL 00044 BUTTON SHOW OCHO.CTL 00046 BUTTON SHOW DIEZ.CTL 00047 BUTTON HIDE UNO.CTL 00048 BUTTON HIDE TRES.CTL 00049 BUTTON HIDE CINCO.CTL 00050 BUTTON HIDE SIETE.CTL 00051 BUTTON HIDE NUEVE.CTL 00060 RETURN 00070 ! 00080 ESCONDER: 00090 BUTTON HIDE DOS.CTL 00100 BUTTON HIDE CUATRO.CTL 00110 BUTTON HIDE SEIS.CTL 00120 BUTTON HIDE OCHO.CTL 00130 BUTTON HIDE DIEZ.CTL 00140 RETURN 00150 ! 00160 MOSTRARIMPARES: 00170 BUTTON SHOW UNO.CTL 00180 BUTTON SHOW TRES.CTL 00190 BUTTON SHOW CINCO.CTL 00200 BUTTON SHOW SIETE.CTL 00210 BUTTON SHOW NUEVE.CTL 00211 BUTTON HIDE DOS.CTL 00212 BUTTON HIDE CUATRO.CTL 00213 BUTTON HIDE SEIS.CTL 00214 BUTTON HIDE OCHO.CTL 00215 BUTTON HIDE DIEZ.CTL 00220 RETURN 00230 ! 00240 UNO: 00241 MULTI_MEDIA " PLAY "+"mis_programasnumbers_one.wmv",ERR=*NEXT 00250 RETURN 00260 ! 00270 DOS: 00271 MULTI_MEDIA " PLAY "+"mis_programasnumbers_two.wmv",ERR=*NEXT 00280 RETURN 00290 ! 00300 TRES: 00301 MULTI_MEDIA " PLAY "+"mis_programasnumbers_three.wmv",ERR=*NEXT
  • 5. 00310 RETURN 00320 ! 00330 CUATRO: 00331 MULTI_MEDIA " PLAY "+"mis_programasnumbers_four.wmv",ERR=*NEXT 00340 RETURN 00350 ! 00360 CINCO: 00361 MULTI_MEDIA " PLAY "+"mis_programasnumbers_five.wmv",ERR=*NEXT 00370 RETURN 00380 ! 00390 SEIS: 00391 MULTI_MEDIA " play "+"mis_programasnumbers_six.wmv",ERR=*NEXT 00400 RETURN 00410 ! 00420 SIETE: 00421 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_seven.wmv",ERR=*NEXT 00430 RETURN 00440 ! 00450 OCHO: 00451 MULTI_MEDIA " PLAY "+"mis_programasnumbers_eight.wmv",ERR=*NEXT 00460 RETURN 00470 ! 00480 NUEVE: 00481 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_nine.wmv",ERR=*NEXT 00490 RETURN 00500 ! 00510 DIEZ: 00511 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_ten.wmv",ERR=*NEXT 00520 EXIT 00530 ! 00540 TERMINAR: 00541 MULTI_MEDIA "CLOSE ALL" 00550 RETURN 0 RETURN
  • 6. 00310 RETURN 00320 ! 00330 CUATRO: 00331 MULTI_MEDIA " PLAY "+"mis_programasnumbers_four.wmv",ERR=*NEXT 00340 RETURN 00350 ! 00360 CINCO: 00361 MULTI_MEDIA " PLAY "+"mis_programasnumbers_five.wmv",ERR=*NEXT 00370 RETURN 00380 ! 00390 SEIS: 00391 MULTI_MEDIA " play "+"mis_programasnumbers_six.wmv",ERR=*NEXT 00400 RETURN 00410 ! 00420 SIETE: 00421 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_seven.wmv",ERR=*NEXT 00430 RETURN 00440 ! 00450 OCHO: 00451 MULTI_MEDIA " PLAY "+"mis_programasnumbers_eight.wmv",ERR=*NEXT 00460 RETURN 00470 ! 00480 NUEVE: 00481 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_nine.wmv",ERR=*NEXT 00490 RETURN 00500 ! 00510 DIEZ: 00511 MULTI_MEDIA " PLAY "+"Mis_programasnumbers_ten.wmv",ERR=*NEXT 00520 EXIT 00530 ! 00540 TERMINAR: 00541 MULTI_MEDIA "CLOSE ALL" 00550 RETURN 0 RETURN