Modify ↓
Opened 15 years ago
Closed 15 years ago
#1006 closed Bug (Fixed)
@MSEC should return time from 000 to 999
Reported by: | Wooltown <sven.ullstad@…> | Owned by: | Valik |
---|---|---|---|
Milestone: | 3.3.1.1 | Component: | AutoIt |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
@MSEC should return time from 000 to 999, today it return values from 00 to 999, which means:
45 > 325 - which is wrong
But if it returns from 000 to 999
045 < 325 - which is correct
Can you change the return value to 3 digit always ?
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by Valik
comment:2 Changed 15 years ago by Valik
Somebody had the bright idea to return strings for all the date/time macros instead of numbers. AFK while I go punch that person in the life-force.
comment:3 Changed 15 years ago by Valik
- Milestone set to 3.3.1.1
- Owner set to Valik
- Resolution set to Fixed
- Status changed from new to closed
Fixed in version: 3.3.1.1
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.
Huh? The value returned by @MSEC should be a NUMBER. You need to provide an example.