Space on end of variable value problem

  1. Assign the value "foo " to a persistent variable V, at runtime.2) Stop3) Through the watches pane, set V to “foo”.4) Restart.5) V is back to "foo ".Steve

Thanks Steve - reproduced this.

If you save the project after editing the watch it works as it should… looking into it now.

cheers,
.t8


fixed the problem - will be in next test build.

(btw. it’s not to do with the space, it’s because persistent variables are reloaded from the persistent variables file when a new build starts.)

.t8