Modify ↓
Opened 11 years ago
Closed 5 years ago
#3106 closed Bug (Fixed)
StringIsFloat doesn't accept a valid FP exponent
| Reported by: | jchd18 | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.15.4 | Component: | AutoIt |
| Version: | 3.3.15.1 | Severity: | None |
| Keywords: | Cc: |
Description
StringIsFloat doesn't accept a float exponent in the string:
Local $s = "-1.35e-4"
ConsoleWrite("StringIsFloat -> " & StringIsFloat($s) & ", IsFloat -> " & IsFloat($s) & ", Number -> " & Number($s) & @LF)
This is rather an oddity that deserve fixing than a feature request.
Attachments (0)
Change History (5)
comment:1 by , 6 years ago
| Type: | Feature Request → Bug |
|---|---|
| Version: | → 3.3.15.1 |
comment:2 by , 6 years ago
comment:3 by , 6 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 6 years ago
| Owner: | changed from to |
|---|
comment:5 by , 5 years ago
| Milestone: | → 3.3.15.4 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [12546] in version: 3.3.15.4
Note:
See TracTickets
for help on using tickets.

I did a fix I propose it to Jon