Character data
Concatenation:
Operator //
Example:
character (len=10) a, b, c
a = "James"
b = "Bond"
c = trim(a)//"ž"//trim(b)
c will have the value of "James Bond"
Previous slide
Next slide
Back to first slide
View graphic version