VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



this is a complete list of commands

by Vivian Richards VB LABS www.vblabs.cjb.net (4 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 17th February 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

this is a complete list of commands

Rate this is a complete list of commands



For More Visit www.vblabs.cjb.net <--home page
Thank You
1 Last thing i made a diary and put it on vbcode.com today and already ive had 135 visits thanx dudes i worked hard at that:D

----------------------------   ------------------   ---------   ------------
         Strings                     Math             Logic        Arrays
----------------------------   ------------------   ---------   ------------
Left     Mid      String       Hex    Rnd   Sqr       Mod        Option Base
Right    Chr      InstrRev     Oct    Sgn   Abs       And        Erase
Trim     Len      Asc          Val    Sin   Atn       Or         Dim
LTrim    LSet     Space        Round  Cos   Log       Xor        ReDim
RTrim    RSet     Replace      Int    Tan             Not        UBound
UCase    Format   StrComp      Fix    Randomize       Eqv        LBound
LCase    Instr    StrReverse          Partition       Imp        Filter
FormatCurrency    StrConv             Round           Like       Array
FormatDateTime                        CInt...         Is         Join
FormatNumber
FormatPerCent


-----------------------------------  --------  ------------  ----------------
        Files / Folders               Binary    Sequential    Error Handling
-----------------------------------  --------  ------------  ----------------
Dir      FileDateTime    FreeFile      Get      Line Input     On Error
ChDir    FileLen         Open          Put      Write          Resume
MkDir    FileCopy        Close         Seek     Print          Resume Next
ChDrive  Lock            Reset         Input    Spc            Resume LineX
CurDir   UnLock          Lof           Loc      Tab            CVErr
Name     GetAttr         Eof                                   Error
Kill     SetAttr         Width
RmDir    FileAttr


-----------------------------------------    -----------------------------
       Declarations                                   Date/Time 
-----------------------------------------    -----------------------------
Sub        Call               Set              Date          MonthName
Function   CallByName         Let              Time          WeekDayName
Dim        PropertyGet        Event            Now           Day
ReDim      PropertySet        ArrayName        Timer         Hour
Static     PropertyLet        Implements       DateAdd       Minute
Public     Option Explicit    Friend           DateDiff      Second
Private    Option Private     Enum             DateSerial    TimeSerial
Const      Option Compare     TypeName         DateValue     TimeValue
Declare    Type...EndType     VarType          Year          WeekDay
Is         GetObject          DefType...       Month
           CreateObject                           
           GetAutoServerSettings


----------------------------------------    -----------------   ----------
       Miscellaneous                          Registry            Values
----------------------------------------    -----------------   ----------
MsgBox     Beep          Load                 GetSetting          True
DoEvents   InputBox      UnLoad               SaveSetting         False
Shell      AddressOf     SavePicture          DeleteSetting       Empty
Command    RaiseEvent    LoadPicture          GetAllSettings      Nothing
Environ    Load          LoadResData                              Null
RGB        Me            LoadResString
QBColor    SendKeys      AppActivate
                                      
---------------------------------------------------------------------------
                           LOOPS AND CONDITIONAL                           
---------------------------------------------------------------------------
IIF                For i=1 to j Step k       If_Then_Else      Select Case
End                   -                                          Case
Stop               Next i                    If_Then             Case IS cond
Switch                                          ElseIf_Then      Case _ TO _
GoTo...            While cond                   Else             Case Else
GoSub...Return        -                      EndIF             End Select
On...GoSub         Wend
On...GoTo          
Choose             Do While | Until cond     For Each
With                  -                         -
Exit Function      Loop While | Until cond   Next
Exit Sub
Exit Do
Exit For
 

Download this snippet    Add to My Saved Code

this is a complete list of commands Comments

No comments have been posted about this is a complete list of commands. Why not be the first to post a comment about this is a complete list of commands.

Post your comment

Subject:
Message:
0/1000 characters