OK, I know that this is Python 101, but I can't seem to figure it out.
I have a function setup that will return a string, specifically an azimuth in DMS. I need to take the return values and pull out only the value that appears prior to an ":"
So I may get a value x = 123:34:12.4
I need x to then equal 123 and use that to updateRow in an attribute table.
As usual... THANKS!