There are three ways of constraining this type:
GRAPHICSTRING (SIZE(3..8)) GRAPHICSTRING (SIZE(5))
GRAPHICSTRING (FROM("A"|"B"|"C"|"a"))
In the example, only strings consisting of the specified letters are treated as valid external input.
GRAPHICSTRING ("ABC"|"PaR"c|"xYz"m)
The letter m can be placed after the string to indicate that case is irrelevant. The letter c (the default) is used to show case is relevant. If the case in the external input does not match the string, the input is rejected.
Note: References to GRAPHICSTRING in the preceding examples should be replaced with the applicable type.
| Copyright © 2008 CA. All rights reserved. |
|