Now you can transfer lines in the EDIT field in a non-modal dialog.
Example
CODE:int pos_size_edit0[1][4];
string text_edit0[1];
pos_size_edit0[0][0]=29; pos_size_edit0[0][1]=77; pos_size_edit0[0][2]=100; pos_size_edit0[0][3]=101;
text_edit0[0]="wwwww"+formatic(13)+formatic(10)+"sssss";
//////////
createdialog(0, EDIT, #pos_size_edit0[0][0], #text_edit0[0]);
//////////
showdialog(0, "Диалог", 558, 234, 250, 300, 1, 1);
//////////
loop() sleep(10);//Убрать после теста
----- The Visual Code Editor is Kibor. Creating bots without knowledge of programming.
Learning function for recognizing text.
----- |