Todays question is how to pass a complex string in an array?
something like this
new BitmapFileMaterial(“A.jpg”,
have tried thisarray=(“new BitmapFileMaterial(“A.jpg”,”); which fails in the compiler because of the “A.jpg” inside the main " ".
Could anyone tell me how to cope with this please?
Best
F