CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: empty strings

  1. #1
    Join Date
    Nov 1999
    Posts
    10

    empty strings

    DOes anyone know how to pass a null pointer/empty string(are they the same?) to a function?

    I've tried


    open(null)

    open("")




    but none work.

    Thanks.


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: empty strings

    try this:

    open(vbNullString)




    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

  3. #3
    Join Date
    Nov 1999
    Posts
    10

    Re: empty strings

    Finally!!

    Thanks loads.


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

Featured