Error Messages/40121
Example warning message
- The * operator doesn't apply to text values.
Description
This warning may be raised from within various operations (especially arithmetic operators) that don't apply to text values. For example, the expression 15 * 'a'
does not make sense and will raise this warning. Ignoring the warning results is NaN.
Comments
Enable comment auto-refresher