Hi all, I'm a new 3dgs user and it's my first question. In c++ we can declare a local variable as being static. The data value of a static variable persists for the life of the running process.I want to use this type of variables in a function. Is it possible with Lite-c ? Thx a lot.