Size ( s$ )
文字列のサイズをバイト単位で返します。
備考: これは Len() とは異なります。Len() は Unicode 文字を 1 文字として数え上げますが Size() は文字ごとのバイト数を扱います。
用例:
Size (
"hello world"
)