Hi
I have read text from an automation into a variant variable because it would overflow a text variable.
What I want to do is just convert the fist part of the text (truncate) into a text variable so that I can read it.
Has anyone got any ideas how to do this.
I have an idea that it may be with a stream? But I'm not really sure.
Any ideas/suggestions very welcome.
Cheers
0
Comments
This might fail, however, because your variant doesn't actually hold a text variable. Can you replace the variant with the bigtext in the first place? Depending on how you populate the value of the variant, it might be possible to simply replace it with a bigtext. This works quite nice in .NET interop, I am not sure about automation, though.
http://vjeko.com/