Advertisement
juanesperanza

modulo1.bas

Mar 4th, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Public ruta As String
  2. Public renglon As Integer
  3. Public textoagregado1 As String
  4. Public textoagregado2 As String
  5. Public espaciado As String
  6. Public invertido As String
  7. Public linea1 As String
  8. Public linea2 As String
  9. Public linea3 As String
  10. Public bandera As Integer
  11. Public detiene As Integer
  12. Public detenertest As Integer
  13. Public volver As Integer
  14. Public llama_final As Integer
  15.  
  16. Public Declare Function Inp Lib "inpout32.dll" _
  17. Alias "Inp32" (ByVal PortAddress As Integer) As Integer
  18. Public Declare Sub Out Lib "inpout32.dll" _
  19. Alias "Out32" (ByVal PortAddress As Integer, ByVal Value As Integer)
  20.  
  21.  
  22. Declare Sub Sleep Lib "kernel32.dll" (ByVal dwMilliseconds As Long)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement