rio: -------------------------------------------------------------------------------- ...Module name "any_tag_close" isn't unique File: any_tag_close.js --------------------------------------------------------------------------------
The above error means, that there is more than one variable of the given name in the Scripts folder (regardless of the directory or filenames) JavaScript var module_name = "xx"; VB Const module_name = "xx" etc. Check your script files and remove any duplicate modules (most likely you have a previous version of that script somewhere). hth vbr -- <http://forum.pspad.com/read.php?4,52289,52291> PSPad freeware editor http://www.pspad.com
