This code gets all polylines and goes 1 by 1, and it stores the value of the coordinates of the last polyline
If it is equal to the current it's a zoom in and out procedure
But the command (if (= valor_ant valor) Don't is done
I managed to capture some values with (assoc 10)
valor_ant = (2451.5 2189.09)
valor = (1316.99 4273.50 )
If I play these variable values can not compare
What form that if the work?
I want to compare the assoc 10, the previous polyline with next.
Is there any way to compare these values as string?
valor_ant = (2451.5 2189.09)
value = (1316.99 4273.50)
example
valor_ant = value
"(2451.5 2189.09)" = "(1316.99 4273.50)"