Vb (gb.vb)

The VB class contains static methods equivalent to VB built-in functions whose Gambas equivalents don't work quite the same way.

Esta clase es estática.

Métodos estáticos
DateAdd   Returns a Date to which a specified time interval has been added.
DateDiff   Returns the number of periods between two dates. A negative number will mean that date2 is bigger than date1.
Left   Returns the Count first characters of a string.
Mid   Implements the VB-like Mid$() function.
Right   Returns the Count last characters of a string.
Round   Implements the VB-like Round() function.
Str   Implements the VB-like Str$() function.
Val   Implements the VB-like Val() function.