Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - GQD

Pages: [1]
1
Общие вопросы / Подстроки
« on: August 31, 2015, 10:28:01 AM »
Надо было: что бы из тхт файла вставлял попеременно что до знака или, любого иного триггера":"Был такой вариант



FOR ($count, $count<TFCOUNT("workers.txt"))
LCLICK(574,36)  // 16709104
waitms(150)
keypress(#enter)
waitms(3000)
LCLICK(530,232)  // 14389306
waitms(50)
keystring ($count)
waitms(300)
LCLICK(629,350)  // 16777215 
KEYSTRING (STRCUT2 (TFRead("workers.txt", $count), 1, strpos(TFRead("workers.txt", $count),0":")-1), 20)
WAITMS(150)
halt

Pages: [1]