| Summary: | Shouldn't be able to declare a limited string | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mheitz |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Yes, this should be rejected by validation. It was decided that validation won't do restrictions for use of limited strings. done |
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