Scripting Error Problem
from
WinCustomize Forums
Is there a difference in the way DesktopX uses VBscript? I've tried the same code using both Wscript (ie, creating a simple .vbs file and running directly through Windows) and the other with DesktopX. While the one used with Windows directly works the way it should - i create an array of available playlists with WMP and call them one item at a time - when used in DesktopX I constantly receive a scripting error of (null) at the line of said code.
Now I can get the code to work in DesktopX if I hard code the item number but I would like to use a variable instead as I do not know how many items will be available at a given time. Can DesktopX not handle variables such as Long? For such a 'powerful' program it really seems to be falling short unless ones making a simple weather object...
I find this very frustrating and there has to be a reason - one though I can not for the life of me figure out. If anyone could help me out it would greatly appreciately.
Now I can get the code to work in DesktopX if I hard code the item number but I would like to use a variable instead as I do not know how many items will be available at a given time. Can DesktopX not handle variables such as Long? For such a 'powerful' program it really seems to be falling short unless ones making a simple weather object...
I find this very frustrating and there has to be a reason - one though I can not for the life of me figure out. If anyone could help me out it would greatly appreciately.