Hi all
newbe question
trying to replace text dot with text object...
how to call data from textdot object (position and inserted text)?
Thanks
Tamir
Hi all
newbe question
trying to replace text dot with text object...
how to call data from textdot object (position and inserted text)?
Thanks
Tamir
got it
ddot = rs.GetObjects("Select Dots",8192)
for i in ddot:
rs.AddText(rs.TextDotText(i),rs.TextDotPoint(i))