Results 1 to 3 of 3

Thread: #Define in Visual Basic

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2001
    Location
    Japan
    Posts
    8

    Question #Define in Visual Basic

    Dear Friends,

    Are there any statements that is equivalent to #define in C and
    Templates in C++?


    Regards
    Aravind
    Aravind Biran

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    I'm not sure about the precompiler directives but

    Global Const SOMETHING_SOMETHING = 0

    Is this what you're looking for specifically?

  3. #3
    jim mcnamara
    Guest
    In a word, no.

    There is no STL and the closest to #define is the use of a Const, which is like the const in C++

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