pythonui: -------------------------------------------------------------------------------- In the javascript code explorer it is there! --------------------------------------------------------------------------------
Yes, because VAR something is declaration in JScript Your LET something isn't declaration, but assignment and can be thousands times for same variable in your source I can add DIM xxx into code explorer - it's declaration for arrays and variables. If you use variables without declaration, they wont be listed in code explore. -- <http://forum.pspad.com/read.php?2,65187,65207> PSPad freeware editor http://www.pspad.com
