M
Mark
For purposes of sending the contents of a file to a function that requires a
string, I am trying to find a way to read a file to a string variable & pass
it along.
For example, if the file text.txt contained "this is a test" I couldn't just
do this:
strVar = "text.txt"
because the string variable would obviously represent just the filename &
not it's contents.
I am sorry if this is very simple, but of course I'm new to VB (& ASP) and
any suggestions would be great.
Thanks.
string, I am trying to find a way to read a file to a string variable & pass
it along.
For example, if the file text.txt contained "this is a test" I couldn't just
do this:
strVar = "text.txt"
because the string variable would obviously represent just the filename &
not it's contents.
I am sorry if this is very simple, but of course I'm new to VB (& ASP) and
any suggestions would be great.
Thanks.