Code:
STRING string_pointer = "#6";
TEXT view_string
{
layer = 1;
pos_x = 10;
pos_y = 10;
size_y = 40;
strings = 1;
string = string_pointer;
flags = visible;
}
FUNCTION main()
{
//string_pointer = str_create("#6");
screen_color.blue = 100;
str_cpy(string_pointer, "0");
inkey(string_pointer);
}
I get string read only when I use str_create