Hi,
So for example if the current layoutname is "lev_17" (and not "lev_3, or lev_22, or whatever) is it possible to identify the number "17" to set it in a variable ?
I know I can use: if layoutname = "lev_17" then set variable "cur_level" to 17 and do this for ALL layouts, but that's the point, I dont want to this for every layouts... in case there is a simpler way maybe ?
It's just for testing purpose so I can run any level layout independently from each others
Thanks for any help :)