Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
<
[-]
Slideshow

Syntax error. In GG BASIC
#1
I programmed in basic years ago and I could use a line like:

10 INPUT "How much is 2x2? "A

I used this line to get input from the person running the program. The A would be the variable for the answer to the question.
In GG BASIC what would I use to do the same thing?
Reply
#2
iOS 
Hi Frank, i link you an help i done when i programmed the GG Basic.
There is also a sample with the input field in the online list.

Anyway....
Look Here

This is the correct mode:
Code:
//Input(x, y, width, font_size, input_var) $var = ""; Input(100, 100, 250, 24, $var)

In your case you need to use Print and after Input.
After all use Render() to show.

I'm happy you are using it, i will update it soon for iOS 6 / iOS7
If you have some functions to suggest please don't hesitate.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Recent Posts
Cool ISO Certification UAE Tips
In response to the people asking about about iso 9001, iso 27001...FrankJScott — 04:16 AM
LEGACY of GEKKO
In response to the people inquiring about impact iso, compliance...FrankJScott — 04:15 AM
Top Google Site
I think you could probably google thatFrankJScott — 02:48 AM
Useful Google Site
I think you could probably - google thatFrankJScott — 02:32 AM
New Google Site
I think you could probably google that I think you could probab...FrankJScott — 02:26 AM

>