Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Sonny Boy TaleonSonny Boy TaleonPriority
NewFix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Sonny Boy Taleon
Sonny Boy TaleonPriority
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 1 March 2023 at 03:16
Updated 30 May 2023 at 09:56
Resolved 30 May 2023 at 09:56
Hi I would like to check how to resolve this issue.
If a number is more than assign numberformat mask will have some error.
Please Sample
----------- START---------
<cfset fac = "0.0078">
<cfset value1 = "0">
<cfset value2 = "#numberformat(1/fac,'9999.9999')#">
<cfoutput>
<cfset value = value1 * value2>
</cfoutput>
----------- END---------
Thanks,
Sonny