
Originally Posted by
quzar
VB is nothing like BASIC. I know both. VB is more like java than it is BASIC. Either way, what BA was looking into writing an interpreter for a BASIC derivative, almost all of which are much much more powerful than BASIC.
If you've ever written a program in both, it is obvious why they are different (mostly because of the reasons you would use each). VB is designed entirely to be used for rapid application development, and the whole system is made to be put together gui-backwards. Being as such, the language is event driven, where you put the visual objects first, then define the events linked to them later.
Bookmarks