In a field string I need put 2 other field but format number.
FOR EXAMPLE I NEED: NORTH: 25812,25 EAST: 25857.26
I PUT in python: " NORTH:" + !POINT_Y!+ "EST:"+ !POINT_X! , but ins´t correct
my field es a string type
Hello Dan. i find this solution
Very good.
Armando. please mark the answer correct if it worked so others know a solution was found.
Thankkssss. very useful
<SPAN class="string token">" NORTH: {} EST: {}"</SPAN><SPAN class="punctuation token">.</SPAN>format<SPAN class="punctuation token">(</SPAN>!POINT_Y!<SPAN class="punctuation token">,</SPAN> !POINT_X!<SPAN class="punctuation token">)</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
should do it
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.