Local variable name is too long

objectscriptQuality release 
1.0.0
Id 
OS0003
Rule type 
Bug
Severity 

Critical

Critical
SQALE characteristic 
  • Reliability
    • Data
Tags 
trap
Remediation function 
Constant/issue
Remediation cost 
15min

ObjectScript only account for the 31 first characters in a local variable name; further characters will be ignored.

This check ensures that all declared local variables have a length less than, or equal to, 31 characters.

See here for more information.