Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: RBPLC on August 09, 2021, 11:01:40 PM

Title: FILELOG Real Truncation
Post by: RBPLC on August 09, 2021, 11:01:40 PM
When I use FILELOG my Real values are being truncated to two decimal places. Is this the intended behavior?
Title: Re: FILELOG Real Truncation
Post by: franji1 on August 10, 2021, 07:45:32 AM
Use STRPRINT to format your floating point values exactly as you want, then log the SS string.

See FmtReal script function