FBX Import.... 2004-02-10 - By Raffaele Scaduto-Medola
Back I am trying to automate loading filmbox data onto a XSI character via Jscript calls. But unfortunately, the Kadyara's filmbox exporter custom command call uses spaces when it registers the command via addons mechanism. For various logistical I would like to know if there is a way to handle commands that use blank spaces in their names, via Jscript (without re-registaring the scripting name for the command ).
eg:
var $tmpStrng = "My Command ( \"" + $inputA + "\", \"" + $inputB + "\" )";
eval ( $tmpStrng );
doesn't seem to work in JScript.
Does anyone know a JScript call tha would correctly evaluate "blank" spaces.
THX RSM
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ _____ Raffaele Scaduto-Mendola - www.turbolinea.com raffaele@(protected) --- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|