Skip to content

Latest commit

 

History

History
72 lines (62 loc) · 868 Bytes

README.md

File metadata and controls

72 lines (62 loc) · 868 Bytes

VB

A library of Visual Basic functions for use with the Xojo programming language.

To use this library in your projects, simply copy the VB module and paste it into your project.

All functions are accessed by using the VB prefix, so to get the current directory:

Dim dir As Text = VB.CurDir

String Functions

  • Filter
  • InStrRev
  • LCase
  • Like
  • LSet
  • Mid
  • Replace
  • RSet
  • StrReverse
  • UCase

Date Functions

  • Date
  • Day
  • Hour
  • Minute
  • Month
  • Now
  • Second
  • Time
  • Timer
  • Year

File Functions

  • ChDir
  • ChDrive
  • CurDir
  • FileCopy
  • Kill
  • MkDir
  • Name
  • RmDir

Number Functions

  • ATn
  • Fix
  • FV
  • Int
  • IPmt
  • Pmt
  • PPmt
  • PV
  • Randomize
  • Rnd
  • Sgn

Settings

  • DeleteSetting
  • GetAllSettings
  • GetSetting
  • SaveSetting

Other Functions

  • AppActivate
  • ASCIIToScanKey
  • Command
  • IsObject
  • QBColor
  • SavePicture
  • SendKeys
  • Stop