Does anyone know how to set some global variables with RealBasic? I'm have quite a bit trouble with this tutorial that uses some variables that they didn't define -.-'
Your first post says you don't know, but your second post makes it sound like you're knowledgable in the language. Which is it? If it is your baby and you use it and like it so much, how do you get far without knowing something as simple as is asked for here?
As for the original question, I'm not sure but I could take some guesses given some of the syntax information. Is it object-oriented? What would it look like to make a function and a local variable within it?
#5 Sep 9 2005, 4:19 am (Edited on Sep 9 2005, 4:27 am)
it's BASIC! true BASIC does not have 'graphics' in the normal sense. ok, ok, true BASIC does not support OOP-concepts either. :p
True BASIC :P? Were there any specifications of the language that prevented it from having graphics?
Well after looking around for the language specifications I can't find any official free digital documents on it :P. ANSI is nice and cheap at under 20$ and the ISO standards are at a pricey 53$.
True BASIC :P? Were there any specifications of the language that prevented it from having graphics?
I seriously doubt it. =) As far as I can tell, BASIC has been able to use graphics ever since computer monitors were capable of displaying them. Even BASICA had graphics (I actually have a book on the subject that uses BASICA). Low-res graphics, with only 16 colours (if you were lucky), but graphics nonetheless. =)
<code>Dim x as static Integer</code>
*shrugs* not much experience w/ BASIC
[EDIT]
Scrap mine, read Airjoe's post. I think that's right.
~Kujila