Are global variables possible in Cospaces?

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.