Forum Discussion
Jasper175
15 years agoFrequent Contributor
def a = context.expand( '${Properties#a}' )
def b = context.expand( '${Properties#b}' )
def c = a + b
log.info ( a + " + " + b + " = " + c )
That worked for me
Rob
def b = context.expand( '${Properties#b}' )
def c = a + b
log.info ( a + " + " + b + " = " + c )
That worked for me
Rob