is it possible to change e.g. url in custom layer selected by variable.
I want to dynamically change url for many layers that have name: radar_1, radar_2, radar_3...
this works if i pass variable:
|
Source code
|
1
|
set(layer[radar_%1].url, %SWFPATH%/skin/radar_selected.png);
|
but i must calculate passed variable to smth else. Is possible to use e.g. %custom_variable instead of %1?
tnx,
regards