Page 1 of 1

SetLayerStyle inside other layer

Posted: Fri Sep 15, 2017 6:21 pm
by sashapont
I have code

Code: Select all

SelectLayer("One")
TextOut(#CENTER-140, 142, "x",{Color=#RED, Name="two"})      
    ENDSelect
How I can change layer attributes? Code like this is not work

Code: Select all

    	     SelectLayer("One")
   SetLayerStyle("Two", {Color=#BLACK}) 
   ENDSelect