View Single Post
# 1 17-12-2013 , 06:34 PM
Registered User
Join Date: Dec 2013
Posts: 1

PolyUnite syntax error

I keep getting a syntax error when I try to put the result of a polyUnite into a string array.

Code:
string $polySurf[]; = `polyUnite $planeList[0] $planeList[$planeCount]`;
Any ideas as to what the syntax error is?