quote:
Originally posted by Scripting Documentation
Offset
[number] Index in the memory block where the string will be written. It must be between 0 and Size - (String.length * 2) - 2 if WriteUnicode is true and between 0 and Size - String.length - 1 if WriteUnicode is false.
seeing as unicode is set to true, your databloc needs to be at least 22 bytes to fit a 10 character string ((10 * 2)+2).