FCHARMAXARGS, Argument count of $CHAR() function exceeded the maximum of 255
Compile Time Error: This indicates that a $CHAR() function specified an argument that was not in the range of 0 to 255. This error is also reported by services that attempt to format data using $CHAR() format.
Action: Look for large or negative $CHAR() arguments and ensure that all the arguments contain valid ASCII codes.