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)

Change History (1)

comment:1 by Gary, 17 years ago

Resolution: Duplicate
Status: newclosed

see #621

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.