24 lines
556 B
HTML
24 lines
556 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>Size [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function Size(s$) </h2></p>
|
|
<p>
|
|
Returns the size in bytes of a string
|
|
</p>
|
|
<p>
|
|
The size will not always be the same as the length. For instance, a lot of unicode characters are represented by more than one byte.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="len.html">Len</a>
|
|
<a href="length.html">Length</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |