Hi,
Validator reports following issue
Screenshots of action and related parameters:
Under what circumstances will copy action fail in this particular case?
Hi,
Internally, a copy action treats the values as string values. The end of a string value is a 0x00, so if you execute a copy of a value that contains a 0x00 it will stop copying there and the rest that comes after there will not be further copied. See also the note below the example in this help section about copying a parameter that contains a 0x00 value. As parameter 3000 contains 0x00, that is tried to be copied, it will let the validator generate that warning.
Regards