How can I create a string array in a struct?
How can I create a string array in a struct?
i have developed something like this
struct menu
{
sMenuehaupt [] = new string sMenuehaupt[250]
}
but ist doesn't work.
its only possible to create a char array