Project

General

Profile

Bug #313

FP issue with Str$

Added by David Baldwin about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
03/20/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Calculations using integer and FP variables within Str$() give an FP result. This wasn't the case with AMOS. See example.

A=10
B#=3.7
C=A/B#
Print C
C$=Str$(A/B#)
Print C$

Obviously there's a work around. ;)

#1

Updated by David Baldwin about 4 years ago

Fixed in 0.9.7 Test 2

#2

Updated by David Baldwin about 4 years ago

  • Status changed from New to Closed

Also available in: Atom PDF