Results 1 to 2 of 2

Thread: Visual Basic for Applications Features Not in VBScript

  1. #1

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    I just pinched this from MSDN

    http://support.microsoft.com/support.../Q190/2/73.ASP

    Code:
    Category                Omitted Feature/Keyword
       -------------------------------------------------------------------
       Array Handling          Option Base
                               Declaring arrays with lower bound <> 0
    
       Collection              Add, Count, Item, Remove
                               Access to collections using ! character
                                 (e.g., MyCollection!Test)
    
       Conditional Compilation #Const
                               #If...Then...#Else
    
       Control Flow            DoEvents
                               GoSub...Return, GoTo
                               On Error GoTo
                               On...GoSub, On...GoTo
                               Line numbers, Line labels
                               With...End With
    
       Conversion              CVar, CVDate
                               Str, Val
    
       Data Types              All intrinsic data types except Variant
                               Type...End Type
    
       Date/Time               Date statement, Time statement
                               Timer
    
       DDE                     LinkExecute, LinkPoke, LinkRequest, LinkSend
    
       Debugging               Debug.Print
                               End, Stop
    
       Declaration             Declare (for declaring DLLs)
                               New
                               Optional
                               ParamArray
                               Property Get, Property Let, Property Set
                               Static
    
       Error Handling          Erl
                               Error
                               On Error...Resume
                               Resume, Resume Next
    
       File Input/Output       All traditional Basic file I/O
    
       Financial               All financial functions
    
       Object Manipulation     TypeOf
    
       Objects                 Clipboard
                               Collection
    
       Operators               Like
    
       Options                 Deftype
                               Option Base
                               Option Compare
                               Option Private Module
    
       Select Case             Expressions containing Is keyword or any
                               comparison operators
                               Expressions containing a range of values using
                               the To keyword.
    
       Strings                 Fixed-length strings
                               LSet, RSet
                               Mid Statement
                               StrConv
    
       Using Objects           Collection access using !
    Mark
    -------------------

  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    142
    helpful. tx mark
    i've been looking to find out the differences for some time now.
    d8

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width