10.6.24 FieldDefault

LANSA

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
 

ÝAlphanumeric/String型組 み込みファンクション