hello world.

If I create a string with str_create, copy another string into it then it can't be edited in the same length like created before.
If the string was created with a length of 6 chars I can only edit 1 char after I copied the second string into it.

Code:

string_pointer = str_create("#6");
str_cpy(string_pointer, "0");
inkey(string_pointer);



Does anyone know how I can edit the whole string with the length it was created?


Evil Blood (v. 0.52) RPG
Commport.de (Social Network Community)