ok no problem...
Code:
string My_Game_GUI_Write_User_Name_into_the_temp_File_STR;
function my_function()
{
str_CPY(My_Game_GUI_Write_User_Name_into_the_temp_File,"Mysterious");
var my_file_handler;
my_file_handler = file_open_write("temp_file.txt");
file_open_write(my_file);
file_str_write(my_file,My_Game_GUI_Write_User_Name_into_the_temp_File);
file_close(my_file);
}
of course you may say that I can make it less than 30 characters but actually this is not the point ...
in my game there is many variables or strings that must be more than 30 chars
and the main question is why something like that should happened
I feel more comfortable when I use name for variables which is really describe why I use this variable ...
I hope you got my point ...
and I am waiting for your help
best regards
Mysterious
