Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.80 KB | None | 0 0
  1. ;;;;;Teilstück;;;;;
  2. $line= FileReadline($datei)
  3. $split = StringSplit($line,'</a>:&nbsp;&nbsp;',1)&@CR
  4.  
  5.         If StringInStr ( $split[2], $text1,0, 1) Then
  6.             ConsoleWrite ("paulizeile")
  7.             Sleep(100)
  8.             Send ("{ENTER}")
  9. ;Ihr habt eine angegebene antwort und sendet Enter, nur bekommt er danach die Rückmeldung:
  10.  
  11. ;paulizeileC:\Dokumente und Einstellungen\AsiX-XP\Desktop\für forum.au3 (34) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:
  12. ;If StringInStr ( $split[2], $text1,0, 1) Then
  13. ;If StringInStr ( ^ ERROR
  14. ;->14:44:51 AutoIT3.exe ended.rc:1
  15. ;>Exit code: 1    Time: 3.778
  16. If StringInStr ( ^ ERROR
  17.         EndIf
  18. If StringInStr ( $split[2], $text2,0, 1) Then
  19.             ConsoleWrite ("andiiizeile")
  20.             Sleep(100)
  21.             Send ("{ENTER}")
  22.         EndIf
  23. ;;;;;Teilstück;;;;;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement