Infact its the str_cpy function that is shortening my string.Its really annoying because it was much better in c-script.

I tried to use str_cat to resize it by appending blank spaces but it does not help.

This is the resize code I used :-

var length = str_len(my_str);
length = 175 - length;
blank_str = str_create("#length");
str_cat(my_str,blank_str);


I am trying to resize my_str to 175 characters here,but it does not.

regards
zazang








I like good 'views' because they have no 'strings' attached..