Assigning a long value to TextBox strips first 256 chars?

I

Ilya Evseev

Hi!
There is a problem in Office XP under Windows 2000 Server
that is suddenly borned some time ago:

dim s as string
s = "Very Long Value, more than 256 chars..."
me!textBox1 = s

Result: only tail of s is stored to TextBox,
without first 256 characters.
Pasting from clipboard: no such problem.
Office 2003: no such problem.
Any comments?

WBR, Ilya
 
Top