Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 3.15 Data entry during the execution of the script using the dialog box.

Страниц (1): [1]
 

1. Kibor - 24 Июля, 2018 - 05:06:07 - перейти к сообщению
input - Displays a dialog box in which you can enter the necessary data.

Syntax
input (); // Window title - Enter data
input ("Enter nickname"); // Window title in the dialog - Enter the nickname


Returns string

string a=input ();
or
messagebox (input ());

If you need to enter numbers, convert it like so formatsn
int q=formatsn (input ());

Powered by ExBB FM 1.0 Final