Error 485 - Dynamic/Field strings not allowed

Dynamic/Field strings not allowed - Fixed-length strings and ASCIIZ are the only strings that can be used in User-Defined Types.  Use the AS STRING * %X  or AS ASCIIZ * %X  type declaration (where %X is a numeric literal or a numeric equate).