VBScript – Choosing an editor
This will be my first article about coding in VBScript. I have not done it before, so I will on my blog write down my problems, the solutions to them and my thoughts about VBScript.
This series of articles will be written in English, so please forgive any misspelling etc.
Choosing an editor
Since I have no experience in coding in VBScript, I neither have any idea about which editor is good or bad. I made a simple search on Google with the keywords “vbs editor” and choose the first (and hopefully the best) editor on the result list.
The editor I found is called VbsEdit and it is an award-winning editor. The editor is still begin updated – I downloaded the last version released December 19, 2008. The version is 3.4.1.
You can download the file by clicking here (to download from my mirror, click here). If you want to read more about VbsEdit you can go to http://www.vbsedit.com/.
The editor should containt a debugger, so I can test my script directly from the program, syntax highlighting, line numbers, code snippets, code samples, displaying of methods etc. when writing the code and other cool stuff like that.
The editor is a evaluation version, but this version never expires, so you do not need to register the product. However if you feel like doing it, it costs 49,00 USD for a single-user lifetime license, so the editor is not very expensive. I have desided to test the editor first to see if its the right editor for me.
As I said before this is the first article in a series of articles about VBScript. I will later on write about my first thoughts, problems and such when starting to code in VBS.
Until that happens – have a nice time !