new Save[2][80]; valstr(Save[0], cache_get_field_content_int(0, "String1")); valstr(Save[1], cache_get_field_content_int(0, "String2"));
but cache_get_field_content_int is for integer how he could store value as a strng if it it is an integer? valstr is converting value to string ? Is it something like strval?