Informix Error -8057
-8057 Only user variables of type CHARACTER may be subscripted or have lists
in the LET statement.You can use a subscript (two numbers in square brackets, used to extract a substring of characters) with names of character variables only. In a LET statement, you can assign multiple strings, separated by commas, to a character variable only. Variables of other types can receive only single values.