Updated docs
This commit is contained in:
24
doc/files/size.html
Normal file
24
doc/files/size.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user