Convert basic script to Objective C (money formatting)
问题 I've got this basic like script that I need to convert to objective c, it turns big units of money into shortened versions (ie: 1.2m, etc), I've got most of the conversion done, but the biggest problem I'm having is right at the end. The original basic code is: ; Basic Code Function ShortCash$(BigNumber) out$="" ; First, grab the length of the number L=Len(BigNumber) Letter$="" ;Next, Do a sweep of the values, and cut them down. If l<13 out$=(BigNumber/1000000000) ; For each figure, out