in reply to Re^2: Concatenating strings with tabs between and returning the result
in thread Concatenating strings with tabs between and returning the result
fixed it withWarning: Use of "length" without parens is ambiguous Unterminated <> operator
poj$_ .= "\t" if length() < 8;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Concatenating strings with tabs between and returning the result
by Aristotle (Chancellor) on Jan 19, 2003 at 12:25 UTC | |
|
Re: Re: Re^2: Concatenating strings with tabs between and returning the result
by Anonymous Monk on Jan 19, 2003 at 15:14 UTC |