Arc Forumnew | comments | leaders | submitlogin
1 point by jsgrahamus 5020 days ago | link | parent

Thanks for your help.

Another question. I assume that this line is trying to change "99" into a number base 16, but it doesn't seem right.

  arc> (coerce "99" 'int 16)
  153


2 points by jsgrahamus 5020 days ago | link

I got it. It's trying to output in decimal what 99 base 16 is.

-----