Advertisement
sdynk02

Stupid

Apr 17th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 1.03 KB | None | 0 0
  1. If $config[0] = "321" And $config[1] = "50" Then
  2.                         For $a = 0 To UBound($AllExcept16168) - 1
  3.                             If $RegInDFC <> $AllExcept16168[$a] Then
  4.                                 MsgBox(0,"","Dung")
  5. ;~                              ControlSetText("", "", $controlhandlecommand, "GF/" & "VN" & $AllSection[$i] & "/" & $InputDaynMonth & "dad" & IniRead($Ini_File, $AllSection[$i], "Des", "") & "/reg/" & $RegInDFC)
  6. ;~                              Sleep(300)
  7. ;~                              ControlSend("", "Send", $controlhandlebutton, "{SPACE}")
  8. ;~                              Sleep(1000)
  9. ;~                              WinWaitActive($controlHandleinfor, "‡OK", 5)
  10.                                 $Flag = False
  11. ;~                              ExitLoop
  12.                             ElseIf $RegInDFC = $AllExcept16168[$a] Then
  13.                                 MsgBox(0,"","Sai")
  14.                                 FileWrite("D:\Data\PNL HUY\autoit-v3\AutoFUI\Data\LogBook\Login\WrongACofFUI.txt", "VN" & $VN[0] & "=================>" & "WRONG" & _
  15.                                         @CRLF & "A/C trên SSCI : " & $ACinSabre[0] & @CRLF & "A/C trên DFC : " & $RegInDFC & _
  16.                                         @CRLF & "Seatsel trên SSCI : " & $config[0] & "/" & $config[1] & @CRLF & @CRLF)
  17.                                 $Flag = True
  18.                             EndIf
  19.                         Next
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement