10.6.24 FieldDefault
FieldDefaultを使用すると、フィールド をデ フォルト値に設定できます。
入力パラメータ
なし
例
define field(#string) type(*string) length(12) default("qwerty")
#string := "hello"
* the next line will set #string to "qwerty"
#string := #string.FieldDefault
10.6.24 FieldDefault
FieldDefaultを使用すると、フィールド をデ フォルト値に設定できます。
入力パラメータ
なし
例
define field(#string) type(*string) length(12) default("qwerty")
#string := "hello"
* the next line will set #string to "qwerty"
#string := #string.FieldDefault