Subject | Why substr (s, 1, 2) returns columns of 80 character long? |
---|---|
Author | vmdd_tech |
Post date | 2003-12-22T22:13:24Z |
Suppose s is '1234', then why
substr (s, 1, 2) returns
'12------ 78 spaces ------'
Ben
substr (s, 1, 2) returns
'12------ 78 spaces ------'
Ben