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-us Copyright 2004, Peter Thoeny and contributing authors. Peter Thoeny [Peter@Thoeny.com] Peter Thoeny [Peter@Thoeny.com] TWiki TWiki.Gambas TWiki.Gambas http://localhost/twiki/bin/view/Gambas http://localhost/twiki/pub/TWiki/TWikiLogos/twikilogo88x31.gif ApiGBConvString 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:00Z BenoitMinisini 1.1 updated major http://localhost/twiki/bin/rdiff/Gambas/ApiGBConvString http://localhost/twiki/bin/rdiff/Gambas/ApiGBConvString LangConstantsDeclaration 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:00Z BenoitMinisini 1.4 updated major http://localhost/twiki/bin/rdiff/Gambas/LangConstantsDeclaration http://localhost/twiki/bin/rdiff/Gambas/LangConstantsDeclaration LangShr 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:00Z BenoitMinisini 1.5 updated major http://localhost/twiki/bin/rdiff/Gambas/LangShr http://localhost/twiki/bin/rdiff/Gambas/LangShr LangWeekDay 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:00Z BenoitMinisini 1.6 updated major http://localhost/twiki/bin/rdiff/Gambas/LangWeekDay http://localhost/twiki/bin/rdiff/Gambas/LangWeekDay LangEof 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:00Z BenoitMinisini 1.3 updated major http://localhost/twiki/bin/rdiff/Gambas/LangEof http://localhost/twiki/bin/rdiff/Gambas/LangEof LangAsnhASinh 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:00Z BenoitMinisini 1.6 updated major http://localhost/twiki/bin/rdiff/Gambas/LangAsnhASinh http://localhost/twiki/bin/rdiff/Gambas/LangAsnhASinh LangMax 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:00Z BenoitMinisini 1.2 updated major http://localhost/twiki/bin/rdiff/Gambas/LangMax http://localhost/twiki/bin/rdiff/Gambas/LangMax LangSin 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:00Z BenoitMinisini 1.5 updated major http://localhost/twiki/bin/rdiff/Gambas/LangSin http://localhost/twiki/bin/rdiff/Gambas/LangSin KeyReleaseProgram 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:00Z rob 1.3 updated major http://localhost/twiki/bin/rdiff/Gambas/KeyReleaseProgram http://localhost/twiki/bin/rdiff/Gambas/KeyReleaseProgram RamAnanth 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:00Z RamAnanth 1.1 updated major http://localhost/twiki/bin/rdiff/Gambas/RamAnanth http://localhost/twiki/bin/rdiff/Gambas/RamAnanth YohanAdiSetiawan 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:00Z YohanAdiSetiawan 1.1 updated major http://localhost/twiki/bin/rdiff/Gambas/YohanAdiSetiawan http://localhost/twiki/bin/rdiff/Gambas/YohanAdiSetiawan ApiGBArrayGet 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:00Z BenoitMinisini 1.1 updated major http://localhost/twiki/bin/rdiff/Gambas/ApiGBArrayGet http://localhost/twiki/bin/rdiff/Gambas/ApiGBArrayGet ApiGBArrayNew 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:00Z BenoitMinisini 1.1 updated major http://localhost/twiki/bin/rdiff/Gambas/ApiGBArrayNew http://localhost/twiki/bin/rdiff/Gambas/ApiGBArrayNew ApiGBSubstString 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:00Z BenoitMinisini 1.1 updated major http://localhost/twiki/bin/rdiff/Gambas/ApiGBSubstString http://localhost/twiki/bin/rdiff/Gambas/ApiGBSubstString ApiVARGOPT 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:00Z BenoitMinisini 1.1 updated major http://localhost/twiki/bin/rdiff/Gambas/ApiVARGOPT http://localhost/twiki/bin/rdiff/Gambas/ApiVARGOPT ApiDECLAREPROPERTY 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:00Z BenoitMinisini 1.1 updated major http://localhost/twiki/bin/rdiff/Gambas/ApiDECLAREPROPERTY http://localhost/twiki/bin/rdiff/Gambas/ApiDECLAREPROPERTY