How Do I...
...get familiar with Gambas?
...convert my VB projects to Gambas?
...say "Hello World"?
...make an object of a class?
...make more than one object of a class?
...use constructors?
...pass a value?
...use OPTIONAL parameters?
...make a function?
...use local and global variables?
...use PRIVATE and PUBLIC variables?
...use Modules?
...make an Array?
...make an Array of a selfdefined datatype?
...make a multidimensional Array?
...make a Collection?
...manipulate strings?
...concatenate strings?
...compare strings using LIKE?
...divide a string into single characters?
...divide a string into words?
...convert strings to numbers using Val()?
...convert strings to integers?
...convert other datatypes to strings?
...draw a transparent picture over a background?
...use the IF/THEN keywords?
...use SELECT and CASE?
...use REPEAT/UNTIL loops?
...use DO WHILE loops?
...use WHILE/WEND loops?
...write FOR loops?
...draw ?
...drag and drop ?
...change the scale of a drawing area ?
...draw a mathematical function ?
...use RGB Colours
...get the coordinates of the mouse
...transport data from one form to the other?