Page History
...
define field(#source) type(*string) length(10)
define field(#target) type(*string) length(10)
この例では、#target は " abc abc" に設定されます。
#source := "abc"
#target := #source.RightAdjust
...
...
define field(#source) type(*string) length(10)
define field(#target) type(*string) length(10)
この例では、#target は " abc abc" に設定されます。
#source := "abc"
#target := #source.RightAdjust
...
Copyright © 2004-2026 IDERA, Inc.