Evaluate Issuance Fee for Weekly Cycle
[Documentation] This keyword evaluates the FIRST Projected Cycle Due on a 'Weekly' cycle.
[Arguments] ${PrincipalAmount} ${Rate} ${RateBasis}
${Time} Set Variable 7
${Time} Convert To Integer ${Time}
${ProjectedCycleDue} Evaluate (((${PrincipalAmount})*(${Rate}))*(${Time}))/${RateBasis}
${ProjectedCycleDue} Convert To Number ${ProjectedCycleDue} 2
[Return] ${ProjectedCycleDue}
The keyword returned a number with the format "1500.00". Is there a way in robot framework where we can format the number to have a comma?