Community
Participate
Working Groups
Build Identifier: 0.70 I am able to declare a limited string. I thought the were not supported for 0.7. Reproducible: Always Steps to Reproduce: 1. create a library 2. declare a variable variableName string(4) = "FRED"; 3. Didn't think this would be valid since limited string is not supported 4. change to variableName string(4) = "FREDFRED"; Get generation exceptions
Yes, this should be rejected by validation.
It was decided that validation won't do restrictions for use of limited strings.
done