Hi
How can i split the string so i only have
cordinate x and y
POINT(2550012.664 196252.944)
How can i split the string so i only have
cordinate x and y
POINT(2550012.664 196252.944)
B4X:
DBCon.Open(File.DirInternal, "test.db", sqlcostanti.SQLITE_OPEN_READONLY)
DBRec = DBCon.GetTable("SELECT ST_AsText(ST_Transform(ST_GeomFromText('POINT(350012.664 396252.944)', 3057),8088))")
Log(DBRec.Rows(0,0))