So I would get the ID from codegroup -1 of the table in that session,
then rebuild the field as in
- (entmod (subst '(2 . "\\AcExpr (Table(%%).C3) \\f "%lu2%pr3"") (assoc 2 ent4) ent4))
replacing (%%) by the decimal value of the number in codegroup -1
and then update the content of the text object? When i perform a list on the text object I get the following:
Select entity((-1 . ) (0 . "TEXT") (5 . "61BFA6") (102 . "{ACAD_XDICTIONARY") (360 . ) (102 . "}") (330 . ) (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 . "est.Texto") (6 . "Continuous") (370 . 0) (100 . "AcDbText") (10 3811.01 -3721.81 0.0) (40 . 0.15) (1 . "1.05") (50 . 0.0) (41 . 1.0) (51 . 0.0) (7 . "Leg0.15") (71 . 0) (72 . 1) (11 3811.22 -3721.73 0.0) (210 0.0 0.0 1.0) (100 . "AcDbText") (73 . 2))
Nothing here seems a text string i could replace to finalize your steps |