Enable JavaScript in the browser to display LibreOfficeDev Help pages.
文字列
下記の関数とステートメントは、文字列に関する各種の操作を行うためのものです。
文字列は、LibreOfficeDev Basicプログラム内で様々なテキスト操作を行う際に使用します。
文字列と ASCII ないし ANSI コードとの変換を行うための関数です。
下記の関数は、与えられた文字列を何回か繰り返したものを返します。
The following functions edit, format, and align the contents of strings. Use the & or + operators to concatenate strings.
文字列の長さを計算したり文字列間の比較を行うための関数です。