Code:
string $polySurf[]; = `polyUnite $planeList[0] $planeList[$planeCount]`;
string $polySurf[]; = `polyUnite $planeList[0] $planeList[$planeCount]`;
I keep getting a syntax error when I try to put the result of a polyUnite into a string array.
Any ideas as to what the syntax error is?Code:string $polySurf[]; = `polyUnite $planeList[0] $planeList[$planeCount]`;
string $polySurf[]; = `polyUnite $planeList[0] $planeList[$planeCount]`;