Modify ↓
Opened 16 years ago
Closed 16 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)
Change History (1)
comment:1 Changed 16 years ago by Gary
- Resolution set to Duplicate
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
see #621