[Implemented] Add FormatNumber

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
ricardo_sdl
Posts: 26
Joined: Fri Jan 10, 2020 12:30 pm

[Implemented] Add FormatNumber

Post by ricardo_sdl »

Hi!
Can we have the FormatNumber command? It exists on the PureBasic compiler:

Code: Select all

Result$ = FormatNumber(Number.d [, NbDecimals [, DecimalPoint$ [, ThousandSeperator$]]])
Thank you!
You can check my games at:
https://ricardo-sdl.itch.io/
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: Add FormatNumber

Post by Fred »

Added for next version
ricardo_sdl
Posts: 26
Joined: Fri Jan 10, 2020 12:30 pm

Re: Add FormatNumber

Post by ricardo_sdl »

Nice!
You can check my games at:
https://ricardo-sdl.itch.io/
Post Reply