martes, 8 de febrero de 2011

EJERCICIO 21

CONVERTIR KILOMETROS A METROS
' Gambas class file





PUBLIC SUB Button1_Click()
TextBox2.Text = (TextBox1.Text) * 1000
END


PUBLIC SUB Button2_Click()
TextBox1.Text = ""
TextBox2.Text = ""
END

No hay comentarios:

Publicar un comentario