16.43.6. function Length

function Length(s: string): Integer;
 
Возвращает длину строки s.
 
Пример:
 
begin
  AddToLog(InttoStr(Length('У попа была собака')));
end.