Originally Posted By: Quadraxas
str_cpy changes the length of the string. to make it longer you can add spaces via str_cat.


Yes i mentioned this in my first post
Quote:

There are some ways to avoid that problem with adding empty strings but is there not a easier way ?


I want to avoid that because i dont want to save so many empty string next to the main string.
If you save this to a file it also saves the empty strings.

Yes i know i can str_trunc the empty strings but maybe there is a simple way to have it all like in the older versions.

currently i made it like i mentioned it aboth but ... wyh should i use many commands for such a simple task ?