Files
RCBASIC4/doc/files/length.html
2024-12-14 15:28:03 -05:00

23 lines
462 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Length [RCBasic Doc] </title>
</head>
<body>
<p><h2>function Length(src$) </h2></p>
<p>
Returns the number of characters in the given string
</p>
<p>
Note: This function is the exact same as Len()
</p>
<br><p>Related:
<a href="length.html">Length</a>
</p>
<p>
</body>
</html>