Hi,
I wanted to know if there is some VB algorithm I can use for validating the Jscript/VBS syntax.
Thanks.
Printable View
Hi,
I wanted to know if there is some VB algorithm I can use for validating the Jscript/VBS syntax.
Thanks.
There maybe some components you can use in your program to validate the code:
http://www.msdn.microsoft.com/scripting/
I checked it out, no validating algorithm exists there.
Any other ideas?
Thanks.
MS has information on using JS or VB in your programs using Active Scripting, but I suppose it may be a little much for just validating
http://www.msdn.microsoft.com/script...ng/hosting.htm
Thanks for trying to help, but it's still not that.
I didnt find there some scripts validating algorithm.
I have been thinking about trying to run the script itself using some internal webbrowser, if no errors occur, the script is OK, it errors occur (which i defenetly dont know how to recognize this case), the script is not good.
What do you think about it?
or maybe you have your own ideas, I will be glad to hear.