31.10.2015, 16:43
Hi guys, how can i extract this string: "veh 522" to a another string and when loop find a (spacebar) to break so i can get in another string like "veh"
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); } }