Hello there, I’m not sure how to concatenate this line,
$vert = $list[0]+".vtx["+“5]” ;
I got this message.
$list = ls -sl;
// Result: pCube1 //
$vert = $list[0]+".vtx["+“5]” ;
// Error: $vert = $list[0]+".vtx["+“5]” ; //
// Error: Line 1.31: Cannot cast data of type string to string[]. //
Thanks in advance.