🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Script Languages

Started by
19 comments, last by Xorcist 22 years, 2 months ago
It''s important to point out that java-script is not related to Java at all. They share a few syntactic elements, but apart from that, they are completely different.

VBScript is a subset of VB. You don''t get typed variables (everything is based on Variant), you can''t compile VBScript, and a few other elements, but that''s about it. They are very similar. Both adhere to the COM/OLE/ActiveX object model.

Take care,
Bill

This topic is closed to new replies.

Advertisement