Guest User

Untitled

a guest
Jun 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. def formatAcres(acrestring):
  2. formatString=acrestring.split(' ')
  3. if formatString[0] != None:
  4. return float(formatString[0])
  5. else:
  6. return None
  7.  
  8. RECRDAREAT
  9.  
  10. formatAcres( !RECRDAREAT! )
Add Comment
Please, Sign In to add comment