Arc Forumnew | comments | leaders | submitlogin
1 point by rntz 5878 days ago | link | parent

I'm honestly not sure what you're asking here. How do most what output decimal format numbers vs. rational? And what do you mean by "decimal format numbers" - do you mean floating-point numbers?

Are you asking how to format numbers in a string? If so, take a look at 'num.



2 points by thaddeus 5877 days ago | link

I shouldn't make posts when I'm that tired :) I did mean to say : format numbers as a decimal rather than the fractional.

Num does the trick. I was looking for it at arcfn under "math" and "type", don't know why I didn't think of "strings".

Thanks! T.

-----