Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 08:45 28 Nov 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Disable Scientific Notation in MicroMite Basic

Author Message
Hansaplast
Newbie

Joined: 13/07/2023
Location: Hong Kong
Posts: 10
Posted: 05:01am 14 Jul 2023
Copy link to clipboard 
Print this post

Hello together.

As a new member, I would like to ask you all how to turn around the fixed Scientific Notation in PicoMite Basic.

Regards
Edited 2023-07-14 15:08 by Hansaplast
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6100
Posted: 05:44am 14 Jul 2023
Copy link to clipboard 
Print this post

Welcome to the forum.

When printing, use STR$()
'
x = 1.2546894e12
PRINT x
PRINT STR$(x,10,1)


Jim
VK7JH
MMedit   MMBasic Help
 
Hansaplast
Newbie

Joined: 13/07/2023
Location: Hong Kong
Posts: 10
Posted: 07:16am 14 Jul 2023
Copy link to clipboard 
Print this post

Thank you Jim
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024