As an example, Kiwi scripting doesn't seem to support Jscript functions like GetMilliseconds().
What other functions? What are you attempting to do with these functions?
Thanks for the reply bshopp, but I may have jumped the gun and the function might be supported, it did not make sense that some functions would not be supported, but I'm really not fluent in Javascript. The error I received might have also been misleading... "Object Doesn't support this property or method on line: 0" Which was generated after trying to get the millisecond difference between 2 dates, but getting the 2 dates seemed to work. While it doesn't make sense that only "Some" functions are supported, the above error made me think it wasn't supported, but I beleive I am mistaken.
I still have not gotten it to work, but I was able to use the timer() function in VBScript to get what I wanted which was the ability to time scripts, and rules. More importantly, sections of large scripts.
I am no scripting expert, maybe some other folks here on the forum can assist? Anyone?
Steven Klassen might of some assistance? He's one of our new MVPs
Hey , could you post a snippet of the code you're having problems with? It's possible the method is supported but you're trying to access it from the wrong object.