Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 06:52 02 Aug 2025 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: 12
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: 6283
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
 
Hansaplast
Newbie

Joined: 13/07/2023
Location: Hong Kong
Posts: 12
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.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025