What is the conversion in Python for LTrim and RTrim?
I would like to use them in my Field Calculator in ArcGIS Pro but they are not there
Scott,
I think you are looking for rstrip() and lstrip().
ArcGIS Pro field calculator:
Python example:
Another question.
I am trying to use the Mid() function in the field calculator.
!STR_NAME!.Mid(5, 20)
but it gives me a throwback error when I Run it
Can someone tell me why?
Thank you!
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.