L
Lucas Karpiuk
i've stored a very large string, myBody
Len(myBody) returns roughly 230,000
for some reason, when i try to
selection.typetext(myBody)
only about 16,000 characters are being inserted
am i just completely missing something, or is this something i should just
know and expect to work around (assuming the latter, what's the suggested
workaround?)
thanks in advance
Len(myBody) returns roughly 230,000
for some reason, when i try to
selection.typetext(myBody)
only about 16,000 characters are being inserted
am i just completely missing something, or is this something i should just
know and expect to work around (assuming the latter, what's the suggested
workaround?)
thanks in advance