quote:
Original post by LilBudyWizer
I was talking about both. I meant the certain method would be to embed an interpreter such as Python or using Windows Scripting Host. Technically though if you can execute a VB Script from Visual Basic and when you do so you pass the script for it to execute in a variable then Visual Basic provides a means to execute a command in a variable
Hehe. It depends on where the boundaries for one program being and another end. The scripting host is in another library, but then again it IS an in-process library. It is not part of VB, and can be used from any ActiveX-supporting language.
Of course, I consider VB and VBscript to be entirely different languages. Yes, they are similar, but my coding techniques are entirely different for each.
But I hear that there''s a new scripting language that uses C-style syntax (saw it on GameDev''s news not too long ago). That might be useful.
--TheMuuj