[02 Oct 2011] GetLayerStyle with #LINE
Posted: Sat Jun 13, 2020 5:32 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 02 Oct 2011 23:54:43 -0000
I thought this code should work; but it doesn't.
This code reports the following error: Table field "x1" was not initialized!
I thought this code should work; but it doesn't.
Code: Select all
EnableLayers()
Line(5, 5, 20, 20, #WHITE, {Name="TestLine"})
t=GetLayerStyle("TestLine")
DebugPrint(t.x1, t.y1)