Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/06/2004, 06:28
Avatar de Kelpie
Kelpie
 
Fecha de Ingreso: febrero-2002
Ubicación: NorthSpain
Mensajes: 609
Antigüedad: 22 años, 3 meses
Puntos: 8
Código:
sub command1_click()
  dim f as integer
  f=freefile
  open "ruta/fichero.txt" for output as #f
  print#f,label1.caption
  print#f,label2.caption
  ....
  close #f
end sub
__________________
Kelpie