固定長文字列を返します
固定文字組み込み関数 (PRIM_LIBI.IFixedCharIntrinsics) のメンバ
名前 | タイプ | データ タイプ | 記述 |
---|---|---|---|
Result | *Result (任意) | 文字列 | 結果の文字列 |
英数字フィールドのみ AsFixedChar は、内容の長さではなく、組み込みファンクションの対象の定義と同じ長さの結果を返します。したがって、長さ 10 のフィールドを参照する場合、フィールド値に含まれる文字数に関係なく、 AsFixedChar は常に10バイトの値を返します。
#FullName := #GiveName.AsFixedChar + #Surname
In this example, where Givename is an alpha 20 containing the value "Veronica", and Surname contains "Brown" the result would be "Veronica Brown".
2018 - V14SP1