ERROR | reading negative value [string] as unsigned |
CAUSE | Attempt to convert a negative number to an unsigned integer. |
ACTION | Use the sign flag ORLTSB to convert a signed number. |
ERROR | reading negative value [string] as unsigned |
CAUSE | Attempt to convert a negative number to an unsigned integer. |
ACTION | Use the sign flag ORLTSB to convert a signed number. |