Author Topic: Variables update  (Read 29 times)

fireytoad

  • Newbie
  • *
  • Posts: 1
Variables update
« on: Today at 02:50:26 AM »
Hello, would it be possible to have int64 and a decformat added.

Reason for int64 is some games have numbers bigger than an int32 can handle so they have to be converted to text or decimals.

There is a intformat option to add separators when writing out int's, but there isn't the same option for decimals

TIA FireyToad

RunePr1est

  • Newbie
  • *
  • Posts: 1
Re: Variables update
« Reply #1 on: Today at 04:01:58 AM »
o7

Agreed this would be nice to have too.

Many thanks
rune

Terekhov

  • Newbie
  • *
  • Posts: 9
Re: Variables update
« Reply #2 on: Today at 04:05:47 AM »
Int64 is really important for me - many values in Elite Dangerous journals can exceed 32 bits

A couple of extra format for display of numerics (digit group separators, and 1/2/3 decimal places) would be really handy.

Working around these things is painful....