Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Variablen

Michael Rothenbücher edited this page Feb 6, 2018 · 4 revisions

Zugriff

action abas groovyFo
lesen 'M|foo' m.foo
schreiben .fo 'M|foo' = "hello world" m.foo = 'hello world' oder
fo('M|foo', 'hello world')
schreiben
mit Interpretation
durch abas
.fo 'M|foo' = "hello world "+'evtvar' formula('M|foo', \"hello world"+'evtvar'\)
Werte durch abas
errechnen lassen
/* gibt den durch abas errechneten Wert zurück als Ganzzahl (Integer)*/
def xi = expr(\ 1+1 \)

Achtung

GroovyFO nutzt .formel als Standard methode um Feldwerte zusetzen

Clone this wiki locally