User Tools

Site Tools


ru:length

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ru:length [2016/01/01 22:49]
ru:length [2020/02/28 10:46] (current)
Line 1: Line 1:
 +==== Length ====
 +=== Формат: ===
 +**length**( строка )
 +=== Описание: ===
 +Возвращает количество символов в строке, заданной параметром //строка// (длину строки).
 +=== Пример: ===
 +
 +<code>
 +print length("Компьютер")
 +</code>
 +Будет напечатано
 +<code>
 +9
 +</code>
 +