Gambas-Wiki's Gambas web
http://localhost/twiki/bin/view/Gambas
The web for users, groups and offices. TWiki is a Web-Based Collaboration Platform for the Corporate World.en-usCopyright 2004, Peter Thoeny and contributing authors.Peter Thoeny [Peter@Thoeny.com]Peter Thoeny [Peter@Thoeny.com]TWikiTWiki.GambasTWiki.Gambas
http://localhost/twiki/bin/view/Gambas
http://localhost/twiki/pub/TWiki/TWikiLogos/twikilogo88x31.gifApiGBConvString
http://localhost/twiki/bin/view/Gambas/ApiGBConvString
GB.ConvString int GB.ConvString ( char result , const char str, long len, const char src, const char dst ) Converts a string form one charset to another charset. ...2004-08-16T19:52:00ZBenoitMinisini1.1updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/ApiGBConvStringhttp://localhost/twiki/bin/rdiff/Gambas/ApiGBConvStringLangConstantsDeclaration
http://localhost/twiki/bin/view/Gambas/LangConstantsDeclaration
Constants declaration ( PUBLIC PRIVATE ) CONST Identifier AS Datatype Constant value This declares a class global constant. This constant is accessible everywhere ...2004-04-22T16:54:00ZBenoitMinisini1.4updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/LangConstantsDeclarationhttp://localhost/twiki/bin/rdiff/Gambas/LangConstantsDeclarationLangShr
http://localhost/twiki/bin/view/Gambas/LangShr
Shr Value Shr ( Number , Bits ) Returns Number , Bits bits right shifted. Example PRINT Shr(11, 3) ARROW 1 See also LangAND AND , LangBChg BChg , LangBClr BClr , ...2004-03-14T21:33:00ZBenoitMinisini1.5updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/LangShrhttp://localhost/twiki/bin/rdiff/Gambas/LangShrLangWeekDay
http://localhost/twiki/bin/view/Gambas/LangWeekDay
WeekDay Result WeekDay ( Date/Time ) Returns the week day of a date/time value. See LangPredefinedConstants Predefined constants for a list of constants associated ...2004-03-14T20:38:00ZBenoitMinisini1.6updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/LangWeekDayhttp://localhost/twiki/bin/rdiff/Gambas/LangWeekDayLangEof
http://localhost/twiki/bin/view/Gambas/LangEof
Eof Boolean Eof ( File ) Returns LangTRUE TRUE if we are at the end of the stream. Example See LangLINEINPUT LINE INPUT for an example. See also LangCLOSE CLOSE ...2004-03-10T16:32:00ZBenoitMinisini1.3updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/LangEofhttp://localhost/twiki/bin/rdiff/Gambas/LangEofLangAsnhASinh
http://localhost/twiki/bin/view/Gambas/LangAsnhASinh
Asnh / ASinh value Asnh ( Number ) value ASinh ( Number ) Computes the hyperbolic arc-sine of a number. Example PRINT Asnh(2) ARROW 1.443635475179 See also LangAsnASin ...2004-03-10T16:25:00ZBenoitMinisini1.6updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/LangAsnhASinhhttp://localhost/twiki/bin/rdiff/Gambas/LangAsnhASinhLangMax
http://localhost/twiki/bin/view/Gambas/LangMax
Max value Max ( Expression , Expression ... ) Returns the greater expression of the list. Expressions must be numbers or date/time values. Examples PRINT Max(6, 4 ...2004-03-10T16:25:00ZBenoitMinisini1.2updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/LangMaxhttp://localhost/twiki/bin/rdiff/Gambas/LangMaxLangSin
http://localhost/twiki/bin/view/Gambas/LangSin
Sin Value Sin ( Angle ) Computes the sine of an angle. The angle is specified in radians. Example PRINT Sin(Pi/2) ARROW 1 See also LangAsnASin Asn / ASin , LangAcsACos ...2004-03-10T15:48:00ZBenoitMinisini1.5updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/LangSinhttp://localhost/twiki/bin/rdiff/Gambas/LangSinKeyReleaseProgram
http://localhost/twiki/bin/view/Gambas/KeyReleaseProgram
The Key Release Program With this miniprogram you can check the arrow keys. When they are used and released a new information is shown. You need a textbox to get ...2004-02-10T19:33:00Zrob1.3updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/KeyReleaseProgramhttp://localhost/twiki/bin/rdiff/Gambas/KeyReleaseProgramRamAnanth
http://localhost/twiki/bin/view/Gambas/RamAnanth
Name: Ram Ananth Email: ramananth@hotmail.com Company Name: Dinkum Technology Company URL: http://www.dinkum.com.sg Country: Singapore Comment: Personal Preferences ...2003-10-14T02:40:00ZRamAnanth1.1updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/RamAnanthhttp://localhost/twiki/bin/rdiff/Gambas/RamAnanthYohanAdiSetiawan
http://localhost/twiki/bin/view/Gambas/YohanAdiSetiawan
Name: Yohan Adi Setiawan Email: yohan@lug.stikom.edu Company Name: STIKOM Company URL: http://lug.stikom.edu Country: Indonesia Comment: I owrked as programmer Personal ...2003-10-07T05:17:00ZYohanAdiSetiawan1.1updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/YohanAdiSetiawanhttp://localhost/twiki/bin/rdiff/Gambas/YohanAdiSetiawanApiGBArrayGet
http://localhost/twiki/bin/view/Gambas/ApiGBArrayGet
GB.Array.Get void GB.Array.Get ( GB ARRAY array , long index ) Returns a pointer to an element of the array from its index. array is a reference to the array object ...2003-08-07T21:40:00ZBenoitMinisini1.1updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/ApiGBArrayGethttp://localhost/twiki/bin/rdiff/Gambas/ApiGBArrayGetApiGBArrayNew
http://localhost/twiki/bin/view/Gambas/ApiGBArrayNew
GB.Array.New void GB.Array.New ( GB ARRAY array , GB TYPE type , long size ) Creates a new Gambas GbArray Array object. array will receive a reference to the array ...2003-08-07T21:39:00ZBenoitMinisini1.1updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/ApiGBArrayNewhttp://localhost/twiki/bin/rdiff/Gambas/ApiGBArrayNewApiGBSubstString
http://localhost/twiki/bin/view/Gambas/ApiGBSubstString
GB.SubstString char GB.SubstString ( const char pattern , long len , GB SUBST CALLBACK callback ) Substitutes elements in a pattern and returns the resulting string ...2003-08-07T21:35:00ZBenoitMinisini1.1updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/ApiGBSubstStringhttp://localhost/twiki/bin/rdiff/Gambas/ApiGBSubstStringApiVARGOPT
http://localhost/twiki/bin/view/Gambas/ApiVARGOPT
VARGOPT #define VARGOPT ( name , default ) (MISSING( name ) ? ( default ) : VARG( name )) Returns the value of an argument from its name, or a default value if this ...2003-08-07T19:16:00ZBenoitMinisini1.1updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/ApiVARGOPThttp://localhost/twiki/bin/rdiff/Gambas/ApiVARGOPTApiDECLAREPROPERTY
http://localhost/twiki/bin/view/Gambas/ApiDECLAREPROPERTY
DECLARE PROPERTY #define DECLARE PROPERTY ( property ) ... Declares a property implementation function. method is the name of the property implementation function ...2003-08-07T19:16:00ZBenoitMinisini1.1updatedmajorhttp://localhost/twiki/bin/rdiff/Gambas/ApiDECLAREPROPERTYhttp://localhost/twiki/bin/rdiff/Gambas/ApiDECLAREPROPERTY