Modify ↓
Opened 15 years ago
Closed 15 years ago
#1761 closed Bug (No Bug)
File version compare bug
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | fileversion compare | Cc: |
Description
If i used filegetversion and compare these two versions by using $version < "value", the result is wrong
For example for these two versions 10.2.2.2 and 9.2.2.2
9.2.2.2 is bigger than 10.2.2.2 if I compare these two which is not true.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

I suggest you learn about lexicographical string comparisons.