A character assignment stores a character string into a
EXTREMA character variable.
An assignment has the form: variable = 'string'
,
where string
is some combination of character
strings enclosed in quotes and character functions. For example:
T = 'This is a string '//RCHAR(A)//' another string'
Note: RCHAR
is
a function that converts a number into a character string.