How to concatenate strings
#1

Hello everyone

I've got following code:

PHP Code:
new radiolist[500]; //I've got about 16 radios, but it's not necessary to show all lines of my code
strcat(radiolist"Stanice\tPosluchačů\n");
strcat(radiolist"Vypnout rбdio\n");
strcat(radiolist"Evropa 2\t%i\n"listeners[0]);
strcat(radiolist"Rбdio Express\t%i\n"listeners[1]);
strcat(radiolist"Dance Rбdio\t%i"listeners[2]);
ShowPlayerDialogEx(playeridD_RADIODIALOG_STYLE_TABLIST_HEADERS"Rбdio"radiolist"Zvolit""Zavřнt"); 
The question is - How correctly use format and strcat because of "listeners" variable, please? Thanks in advance for a help
Reply


Messages In This Thread
How to concatenate strings - by ForestCZE - 24.02.2018, 10:25
Re: How to concatenate strings - by iKarim - 24.02.2018, 10:33
Re: How to concatenate strings - by RogueDrifter - 24.02.2018, 10:44
Re: How to concatenate strings - by ForestCZE - 24.02.2018, 10:51
Re: How to concatenate strings - by iKarim - 24.02.2018, 10:53
Re: How to concatenate strings - by ForestCZE - 24.02.2018, 11:00
Re: How to concatenate strings - by DTV - 26.02.2018, 23:49

Forum Jump:


Users browsing this thread: 2 Guest(s)