
large amount text into variable
Nicholas,
You can use the String() function to pump as many of a single character as
you want into a string, for example, 1024 spaces. You can also use the
Scripting.FileSystemObject to read the entire contents of a text file into a
string.
--
Frank Figearo - MCSD, MCT
Quote:
> Is their a way to put a large amount of text into a variable without
having
> to do something like the following ? maybe with an include file somehow ?
> mytext = "asdasd asd asd asdasdas d " _
> & " sdfsdfsdf sdf s dfsd fs df sdf" _
> & " sdfsdf sdf sdfsdf sdf dfsdf" _
> nick.