Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. mycheck:
  2. VarSetCapacity(greek,9024000000)
  3. greek=
  4. array:=Object()
  5. IniRead,greek,greek.ini,α
  6. FileAppend, %greek%, test.txt
  7. msgbox, test.txt
  8. counta := 0
  9. countb := 0
  10. countc := 0
  11. countd := 0
  12. counte := 0
  13. countz:=0
  14. counth:=0
  15. countth:=0
  16. counti:=0
  17. countk:=0
  18. countl:=0
  19. countm:=0
  20. countn:=0
  21. countks:=0
  22. counto:=0
  23. countp := 0
  24. countr:=0
  25. counts:=0
  26. countt:=0
  27. countu:=0
  28. countf:=0
  29. countx:=0
  30. countw:=0
  31.  
  32. Loop,read,test.txt
  33. {
  34. array[a_index]:=A_LoopReadLine
  35. ;msgbox, % array[a_index]
  36. FileAppend, % a_index " -> " array[a_index]"`n",debuggingA.txt
  37. counta := counta + a_index
  38. }
  39. msgbox, Array A done
  40. ;msgbox, Section α finished
  41. FileDelete,test.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement