Modify ↓
Opened 17 years ago
Closed 17 years ago
#672 closed Bug (Duplicate)
_StringAddThousandsSep
| Reported by: | koiron | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.1 | Severity: | None |
| Keywords: | Cc: |
Description
_StringAddThousandsSep(-10) returns 10, should be prefixed with negative sign (-10)?
_StringAddThousandsSep(123456789123456789123456789.) returns 1.23456789123457, should be appended with e+026 (1.234567891234567e+026)?
Simple fix with some if's at the end of the function.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

see #621