Run a script identified by name with a single argument.
@param scriptName name of the script to run
@param argument a single argument passed as a variable named arg in the binding
@return a toString() representation of the result of the execution of the script
@throws ResourceException if there is a problem accessing the script
@throws ScriptException if there is a problem parsing the script
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.