public string [] typeA = { "meshbox", "pyramid" };
public string [] prop = { "name", "postition", "rotation", "size", "end" };
public double [] subProp = { 1, 2, 3 };
public string mBFilePath;
public string nl = Environment.NewLine;
public StringBuilder fullMB = typeA[1] + nl + prop[0] + nl + prop[1] + nl + prop[2];
it says this about the last line: Error 1 A field initializer cannot reference the nonstatic field, method, or property 'BMM.Form1.typeA'
thanks