Hi Luc,
this can be achieved using Space.setProperty(propName, propValue)
and Space.getProperty(propName)
functions, where both propName
are propValue
are strings.
Benny made an example here.
Hi Luc,
this can be achieved using Space.setProperty(propName, propValue)
and Space.getProperty(propName)
functions, where both propName
are propValue
are strings.
Benny made an example here.