Notifications
Clear all
[Closed] Detecting a # in an oject name
Jan 14, 2007 12:44 pm
what I would like it to do is this , if theres a # in the name do A if not do B ,is this something that maxscript can do ?
anyhelp would be great and Thanks for reading
2 Replies
Jan 14, 2007 12:44 pm
Hi,
if (findstring $.name “#”) !=undefined then (print “#”) else (print “No #”)