Name: Anonymous 2011-05-30 7:25
i want to do that
String^ error() {
String ^x= "penis";
String ^y= "wurst";
return x,y;
}
and then
MessageBox::Show(error()) its work but it just shows wurst the place for penis is empty
String^ error() {
String ^x= "penis";
String ^y= "wurst";
return x,y;
}
and then
MessageBox::Show(error()) its work but it just shows wurst the place for penis is empty