Music Banter - View Single Post - Batch Programming
View Single Post
Old 08-27-2009, 02:15 PM   #4 (permalink)
Freebase Dali
Partying on the inside
 
Freebase Dali's Avatar
 
Join Date: Mar 2009
Posts: 5,584
Default

That's pretty much how Qbasic runs. Each instructional line is given a numerical address and you assign a result with the GOTO command by listing the numerical address of the desired code. Eg.. "IF Y = 1 GOTO 15".

But yea.. I wouldn't set about trying to learn Basic this late in the game. C sharp and C++ is pretty much the standard for programmers, and Visual Basic for developers. VB macros kick more ass than console code anyhow.
__________________

Last edited by Freebase Dali; 09-01-2009 at 12:17 PM.
Freebase Dali is offline   Reply With Quote