Modify ↓
Opened 14 years ago
Closed 14 years ago
#1761 closed Bug (No Bug)
File version compare bug
Reported by: | trinhphongm@… | 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)
Change History (1)
comment:1 Changed 14 years ago by Valik
- Resolution set to No Bug
- 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.
I suggest you learn about lexicographical string comparisons.