Modify ↓
Opened 15 years ago
Closed 15 years ago
#1408 closed Bug (Duplicate)
Date UDF
Reported by: | RThomson83 | Owned by: | Gary |
---|---|---|---|
Milestone: | Component: | Standard UDFs | |
Version: | 3.3.2.0 | Severity: | None |
Keywords: | Cc: |
Description
When calling the Date UDF functions _SetDate and _SetTime with the correct parameters it errors with the following message:
###############################
C:\Program Files\AutoIt3\Include\Date.au3 (1341) : ==> Subscript used with non-Array variable.:
Return Int($iRetval[0])
Return Int($iRetval ERROR
->15:25:25 AutoIT3.exe ended.rc:1
############################
This can be recreated using the script in the help file.
Think the return should be "Return Int($iRetval)". This seems to stop that from happening.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to Duplicate
- 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 assume the search function for the issue tracker is broken? I also assume the download link to the latest beta version of AutoIt is broken?
Duplicate #1361. Thanks for wasting time.