The length of a string can be maintained with STRING* temp_str="#20" already (20 empty spaces) STRING* temp_str="" creates an String with 0 chars lenght.
But with str_cat you can always add new strings to it no matter what its lenght is defined (not in older versions) . My Problem was if i want to edit a string that was read from a file into a String and if i use inkey on that strting , ther cursor is on the end of that string and normaly you can add more characters to it (depends on the lenght that was defined for it but this goes not in lite-c anymore. The String from file_str_read has only the lenght of that string and not more.
I solved that problem like i mentioned it in my first post , but i thought there is a easier way for it.
Thank you guys for helping anyway.
Last edited by Shinobi; 03/30/09 09:47.