You can get to these coordinates by extracting the Minimum coordinates from the MBR (Minimum Bounding Rectangle) around the text object.
This query will extract the lower left coordinate for the text:
Set Coordsys Table N2Text
Select q.*, CreatePoint(ObjectGeography(MBR(OBJ), OBJ_GEO_MINX), ObjectGeography(MBR(OBJ), OBJ_GEO_MINY)) Object
From N2Text As "q"
Into Selection
Here you can see the start point with the text. The Start Point is a purple dot under the two text objects.
------------------------------
Peter Horsbøll Møller
Principal Presales Consultant | Distinguished Engineer
Precisely | Trust in Data
------------------------------