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?