Automation and bots

 Помощь      Поиск      Пользователи


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

> Описание: Filling arrays with the same data
Kibor
Отправлено: 27 Июля, 2019 - 12:39:28
Post Id



Администратор
Full Member


Покинул форум
Сообщений всего: 160
Дата рег-ции: Дек. 2017  
Репутация: 0
Карма 0




initialarray allows you to fill an array with the same data.
An example is zeroing an array.

Example:

CODE:
int a[900];
initialarray(#a[0], 125);


The first parameter is a pointer to an array, the second is the data that fills the array.
It is allowed to specify the beginning of the array only 0 index, that is, to fill it from the beginning.

An example of filling a two-dimensional array. The rest is similar.
CODE:
int a[900][20];
initialarray(#a[0][0], 125);


For char it is allowed to specify both a fill character in 'A' and a numeric code.

CODE:
char a[900];
initialarray(#a[0], 'A');

CODE:
char a[900];
initialarray(#a[0], 65);


Filling string
CODE:
string a[900];
initialarray(#a[0], "Бла бла");


CODE:
string a[900];
initialarray(#a[0], "");


-----
The Visual Code Editor is Kibor. Creating bots without knowledge of programming.

Learning function for recognizing text.
-----
 
 Top
Страниц (1): [1]
Сейчас эту тему просматривают: 1 (гостей: 1, зарегистрированных: 0)
« About Kibor »


Все гости форума могут просматривать этот раздел.
Только администраторы и модераторы могут создавать новые темы в этом разделе.
Только зарегистрированные пользователи могут отвечать на сообщения в этом разделе.
 




Powered by