global getSomeString(&test[]) { test = "This is a test";}
new str[20];getSomeString(str);print(str);//Will print "This is a test"