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
Blue Slot 100
There are chances that you have a certain set of qualities as fa...jenny01 — 12:08 PM
Pls help: can’t tap store or any buttons
Hi Csymtyr, it sounds like you’re referring to Hacker Online. I ...xGEKKOx — 06:15 PM
Pls help: can’t tap store or any buttons
Along the top of my screen (iOS game version) are little buttons...Csymtyr — 07:55 AM
Slot Scopa
DOWNLOAD HERE The most famous slot machine is now availabl...xGEKKOx — 03:31 PM
Slot Magia (Slot Magic)
DOWNLOAD HERE The most famous slot machine is now availabl...xGEKKOx — 03:31 PM

>