You are trying to get a lenght of an object that is NSDecimalNumber
, but NSDecimalNumber
doesn't have such a property. So the bug in your code is in one of the rows you call something.length
or [something length]
.
texmex5
2010-05-08 07:52:06