StrLadj(str, num_strlen);
str
num_strlen
Left-aligns and truncates (or extends) a string to a specified length. If the specified length is greater than the current string length, the string is extended with spaces.$a="Parrot";
$b=strladj($a,10);$b="Parrot "
OpenText StreamServe 5.6 | Updated: 2013-03-01 |