Printing Floating Point values to file
Ron (2686) 63 posts |
Good evening, I’ve just been hacking some code in BASIC Vto generate a log file to be read in by another program.
Outputs 10.6999 IF i set @% PRINT outputs the value as 10.70 which is what I’m after. I think my issue is STR$ doesn’t follow the convertion. What’s the best way to convert this? Cheers |
Martin Avison (27) 1494 posts |
See HELP @% |
Steve Drain (222) 1620 posts |
Try |
Ron (2686) 63 posts |
Excellent guys, thankyou. That was the bit I was missing Ron |