Subject Why substr (s, 1, 2) returns columns of 80 character long?
Author vmdd_tech
Suppose s is '1234', then why
substr (s, 1, 2) returns
'12------ 78 spaces ------'

Ben