Advertisement
Guest User

Untitled

a guest
Jul 1st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Loop, read, %filepath%
  2. {
  3. StringReplace, inline, A_LoopReadLine, %A_Tab%, %A_Space%, All
  4. Array := StrSplit(inline, A_Space)
  5. if (Array[1] = info) {
  6. user := Array[2]
  7. pass := Array[3]
  8. option := Array[4]
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement