|
|
#3 |
|
Участник
|
Не знаю, правильно ли Вас понял
Ниже код. Вообще способов масса.X++: static void Job20(Args _args) { str str1, str2, str3; ; str1 = '1'; str2 = strfmt('%1%1', str1); str3 = str1 + str1; info(str1); info(str2); info(str3); } |
|
|