View Single Post
 
Reply
Posted 2004-12-07, 07:50 PM in reply to Draco2003's post starting "Dunno if visual basic is the same as..."
You might be on the right track with that translation of the problem - though VB is more like:

picRandomOutputBox.print "Number -> " + strVariable

Maybe a calculation WITHIN the command?

picRandomOutputBox.print "Number -> " + CStr(intA + intB)

But that would probably be better to calculate beforehand anyway..

----

I really miss DarkBasic, actually. It was really easy to learn since I loved QBASIC so much, though they have an odd if/then structure if I remember correctly...
Old
Profile PM WWW Search
BlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzBlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
BlueCube