Click to See Complete Forum and Search --> : empty strings


Markmcdade
January 6th, 2000, 08:05 AM
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.

Dr_Michael
January 6th, 2000, 08:23 AM
try this:

open(vbNullString)




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

Markmcdade
January 6th, 2000, 01:12 PM
Finally!!

Thanks loads.