So... When are the struct string errors to be fixed? I mean, I guess I could make a two-element string array just to suddenly make it work, like so:
struct test_type
{
string test_string[2];
};
test_type test_object;
...but I'd prefer if I could have strings in structs without them being arrays. So are you going to fix this problem anywhere in the near future?