The error says Type error: Call needs function or class, got:undefined. Now I am pretty sure that it’s caused by certain plugin used by previous user …
Thanks a lot, ZeBoxx2! I will try your methods right away. Thanks.
Thanks, Pjanssen, thank you, U.S.S. Speed and thanks to you, STINGRAY_AUT, for raising the right question at right timing :). Now I totally understand…
I got same problem like STINGRAY_AUT’s. I got 4 groups of face in a object, then used a for loop to assign 1 to 4 SG to each face group respectively. …
Thanks, U.S.S. Speed and RustyKnight. I’ve solved the problem with qsort like this: fn stringCmpFN s1 s2 = stricmp s1 s2 qsort a stringCmpFN then I …
Thanks Adam, that’s exactly what I am looking for. I’ve figured out a way to solve the prblem at hand based on your method, thanks a lot!!
sigh… I got it, thanks!