31.10.2015, 16:54
Quote:
It sounds like what you are doing could be done with integers, what are you trying to do?
|
Код:
new komch[126]; for(new b = 1; b < 50; b++) { printf("Number: %d",b); if(strcmp(cmdtext, " ", true, b)) { print("debugradi"); strmid(komch, cmdtext, 0, b); } }