Are there cool things I can do in NS Basic/CE that I can in eVB?
Of course! You can create objects on the fly. eVB requires that you define all your objects before you download and run your program. NS Basic/CE lets you create a new object at any time. The SETMENU command allows you to dynamically create and modify menu bars at runtime. Submenus are supported. NS Basic/CE also has an EVAL function that interprets and evaluates a string using VBScript, as well as EXECUTE which will send a code snippet to VBScript. The results of these functions remain part of the runtime environment, providing a powerful facility for extending the functionality of a program while it is running.