- Abs function
Abs( number )
- AppActivate statement
AppActivate “app”
- Asc function
Asc( str )
- Atn function
Atn( rad )
- Beep statement
Beep
- Call statement
Call funcname [(parameter(s)]
- CBool function
CBool( expression )
- CDate function
CDate( expression )
- CDbl function
CDbl( expression )
- ChDir statement
ChDir pathname
- ChDrive statement
ChDrive drivename
- CheckBox
CheckBox starting x position, starting y position, width, height
- Choose function
Choose( number, choice1, [choice2,] [choice3,]… )
- Chr function
Chr( int )
- CInt function
CInt( expression )
- CLng function
CLng( expression )
- Close statement
Close [[#filenumber] [, [#]filenumber],,,
- Const statement
Const name = expression
- Cos function
Cos( rad )
- CreateObject function
CreateObject( class )
- CSng function
CSng( expression )
- CStr function
CStr( expression )
- CurDir function
CurDir( drive )
- CVar function
CVar( expression )
- Date function
Date, Date()
- DateSerial function
DateSerial( year, month,day )
- DateValue function
DateValue( dateexpression )
- Day function
Day( dateexpression )
- Declare statement
Declare Sub procedurename Lib Libname$ [Alias aliasname$][( argument list )]
- Dialog function
Dialog( DialogRecord )
- Dim statement
Dim variablename[( subscripts )][As Type][,name][As Type]]
- Dir function
Dir[( path,attributes )]
- DlgEnable statement
DlgEnable “ControlName”, Value
- DlgText statement
DlgText “ControlName”, String
- DlgVisible statement
DlgVisible “ControlName”, Value
- Do...Loop statement
- End statement
End[{Function | If | Sub}]
- EOF statement
EOF( Filenumber )
- Erase statement
Erase arrayname[,arrayname]
- Exit statement
Exit { Do | For | Function | Sub }
- Exp function
Exp( num )
- FileCopy function
FileCopy( sourcefile, destinationfile )
- FileLen function
FileLen( filename )
- Fix function
Fix( number )
- For Each...Next statement
- For...Next statement
- Format function
Format( expression [,fmt ] )
- FreeFile function
FreeFile
- Function statement
- Get statement
GetStatement [#] filenmber,[recordnumber], variablename
- GetObject function
GetObject( filename[,class] )
- Global statement
Global Const constant
- GoTo statement
GoTo label
- Hex function
Hex( num )
- Hour function
Hour( string )
- HTMLDialog
HTMLDialog( path, number )
- If...Then...Else statement
- Input # statement
Input # filenumber, variablelist
- Input function
Input( n , [#] filenumber )
- InputBox function
InputBox( prompt[,[title][,[default][,xpos,ypos]]] )
- InStr function
InStr( numbegin, string1, string2 )
- Int function
Int( number )
- IsArray function
IsArray( variablename )
- IsDate function
IsDate( variant )
- IsEmpty function
IsEmpty( variant )
- IsNull function
IsNull( v )
- IsNumeric function
IsNumeric( v )
- IsObject function
IsObject( objectname )
- Kill statement
Kill filename
- LBound function
LBound( array [,dimension] )
- LCase function
Lcase[$]( string )
- Left function
Left( string, num )
- Len function
Len( string )
- Let statement
[Let] variablename = expression
- Line Input # statement
Line Input # filenumber and name
- LOF function
LOF( filenumber )
- Log function
Log( num )
- Mid function
string = Mid( strgvar,begin,length )
- Minute function
Minute( string )
- MkDir function
MkDir path
- Month function
Month( number )
- MsgBox function
MsgBox( msg, [type] [, title] )
- MsgBox statement
- Name statement
Name oldname As newname
- Now function
Now
- Oct function
Oct( num )
- OKButton
OKBUTTON starting x position, starting y position, width, height.
- On Error statement
On Error { GoTo line | Resume Next | GoTo 0 }
- Open statement
Open filename$ [For mode] [Access access] As [#]filenumber
- Option Base statement
Option Base number
- Option Explicit statement
Option Explicit
- Print # statement
Print # filenumber, [ [{Spc(n) | Tab(n)}][ expressionlist] [{; | ,}] ]
- Print method
Print [expr, expr...]
- Randomize statement
Randomize[number]
- ReDim statement
ReDim varname(subscripts)[As Type][,varname(subscripts)]
- Rem statement
Rem remark ‘remark
- Right function
Right (stringexpression, n )
- RmDir statement
RmDir path
- Rnd function
Rnd( number )
- Second function
Second( number )
- Seek function
Seek( filenumber )
- Seek statement
Seek filenumber, position
- Select Case statement
Executes one of the statement blocks in the case based on the test variable.
- SendKeys function
SendKeys( Keys, [wait] )
- Set statement
Set Object = {[New] objectexpression | Nothing}
- Shell function
Shell ( app [, style] )
- Sin function
Sin( rad )
- Space function
Space[$] ( number )
- Sqr function
Sqr( num )
- Static statement
Static variable
- Stop statement
Stop
- Str function
Str( numericexpr )
- StrComp function
StrComp( nstring1,string2, [compare] )
- String function
String( numeric, charcode )
- Sub statement
- Tan function
Tan( angle )
- Text statement
Text Starting X position, Starting Y position, width, height, label
- TextBox statement
TextBox Starting X position, Starting Y position, width, height, default string
- Time function
Time[()]
- Timer event
Timer
- TimeSerial function
TimeSerial( hour, minute, second )
- TimeValue function
TimeValue( TimeString )
- Trim functions
This topic covers the Trim, LTrim and RTrim functions.
- Type statement
- UBound function
Ubound( arrayname[,dimension] )
- UCase function
UCase( string )
- Val function
Val( string )
- VarType function
VarType( varname )
- Weekday function
Weekday( date,firstdayofweek )
- While...Wend statement
- With statement
- Write # statement
Write #filenumber [,parameterlist ]
- Year function
Year( serial# )