Guest simjoe Posted October 5, 2005 Share Posted October 5, 2005 can i convert the code from vb to vbsript. If can, how can i do tat? Link to comment Share on other sites More sharing options...
JohnOAS Posted October 5, 2005 Share Posted October 5, 2005 can i convert the code from vb to vbsript. If can, how can i do tat?<{POST_SNAPBACK}> You can certainly do it. The level of difficulty and work requried depends on a few things:What the original VB code actually does.What version of VB the code was written for.How well coded it was.If you're familiar with VB, VB script should come relatively easily. The reverse is not so true. The basic language constructs and syntax are similar.Some code from a Vb user interface application (for example) would be non-portable, as it relates to objects which don't exist in the scope of vb-script for web development.As a second Code for handling string data and performing basic file operations is much more portable.I hope this helps, but in my opinion, you've kind of asked, "how long is a piece of string?" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now