def length(value): try: return len(convertstring(value)) except OverflowError: raise RuntimeError('An Error Has Occured: The Length Exceeds The Limit (', charlimit(), ') (0015)') # Simulate A Cow Saying Text