![]() ![]() ![]() ![]() | Table Of Contents | Index |
Example:If you set the length longer than the original string the string is padded with blanks on the end.
Length('ABCD') returns 4.Example:
var St St = '123456' Length(St) = 3 Writeln St ;this produces '123'
Category: | String |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|