Advertisement
Guest User

Untitled

a guest
Nov 26th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Loop, read, tc.txt
  2.     {
  3.         Loop, parse, A_LoopReadLine, %A_Tab%
  4.         {
  5.              
  6.            
  7.             if (A_LoopField = Fecha)
  8.             {
  9.                 ;HOW DO I Msgbox with next tab delimited value here?
  10.            
  11.             }
  12.            
  13.          
  14.         }
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement