Conversion Table for Source Field Type xstring

Target Conversion
c The content is treated in the same way as a source field of type x. If the length of the source field is 0, the target field is filled with blank characters.
d The content is treated in the same way as a source field of type x. If the length of the source field is 0, the target field is filled with the character "0".
f The content is treated in the same way as a source field of type x. If the length of the source field is 0, the value 0 is assigned to the target field.
i, b, s The content is treated in the same way as a source field of type x. If the length of the source field is 0, the value 0 is assigned to the target field.
n The content is treated in the same way as a source field of type x. If the length of the source field is 0, the target field is filled with the character "0".
p The content is treated in the same way as a source field of type x. If the length of the source field is 0, the value 0 is assigned to the target field.
string The content is treated in the same way as a source field of type x. If the length of the source field is 0, the length of the target field is also 0 after the assignment.
t The content is treated in the same way as a source field of type x. If the length of the source field is 0, the target field is filled with the character "0".
x The content is treated the same way as a source field of type x. If the length of the source field is 0, the target field is filled with the hexadecimal 0.
xstring The content is treated in the same way as a source field of type x. If the length of the source field is 0, the length of the target field is also 0 after the assignment.