10 6 24 FieldDefault

LANSA Technical

10.6.24 FieldDefault

FieldDefault can be used to set a field to its default value.

Input Parameters

None

Example

define field(#string) type(*string) length(12) default("qwerty")
#string := "hello"

* the next line will set #string to "qwerty"

#string := #string.FieldDefault
 

Ý 10.6 Alphanumeric/String Intrinsic Functions