Hi there...
i am using loadvars to load a quite big text from a txt file.
The problem comes when i trace the same string variable. It shows that JUST PART of the text was loaded.
Why is this?
How can i solve it?
Thanks.
Cheers.
Leo.
Printable View
Hi there...
i am using loadvars to load a quite big text from a txt file.
The problem comes when i trace the same string variable. It shows that JUST PART of the text was loaded.
Why is this?
How can i solve it?
Thanks.
Cheers.
Leo.
Does the text include any & characters in it? If so you will need to encode them.
Hey...
thanks for the reply...
when trace statement is used, it shows or displays less than what is loaded...
my file text has about 5000 chars...
thats why i thought that it was not loaded complete...
thanks again
cheers.
Leo.