Length

Prev Next Home Home Table Of Contents Index

Length (String) : Number

Returns the length of the string or sets the length of a string.


Example:
Length('ABCD') returns 4.

Example:
var St St = '123456' Length(St) = 3 Writeln St ;this produces '123'

If you set the length longer than the original string the string is padded with blanks on the end.

Category: String

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home