Need help with c# Send text with random speed

nova

Client
Регистрация
09.10.2011
Сообщения
88
Благодарностей
7
Баллы
8
I am trying to send text using c# and using a random delay.

I tried this:

string pause = project.Variables["randomsendkeysspeed"].Value;
instance.SendText("hello world",pause);

I am getting an error. It says something about cannot convert from string to int.

Anyone know what i'm doing wrong and how to fix it?

Thanks
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 716
Баллы
113
instance.SendText("hello world",Convert.ToInt32(pause));
 
  • Спасибо
Реакции: Macs Bank и nova

nova

Client
Регистрация
09.10.2011
Сообщения
88
Благодарностей
7
Баллы
8
thanks a lot for the help.
 

Macs Bank

Client
Регистрация
25.04.2014
Сообщения
59
Благодарностей
3
Баллы
8
Ahh, this helps me too.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)