string
- isStringType — 文字列変数かどうかを調べる.
- getAllocatedSingleString — 文字列変数を1つ取得.
- getAllocatedMatrixOfString — 文字列変数の行列を取得.
- createSingleString — 文字列変数を1つ作成.
- freeAllocatedSingleString — getAllocatedSingleString関数で確保されたメモリを開放する.
- freeAllocatedMatrixOfString — freeAllocatedMatrixOfString関数で確保されたメモリを開放する.
- 文字列の例 — 文字列の使用例.
Report an issue | ||
<< sparse | legacy | api_scilab >> |