Modify

Opened 10 hours ago

#4033 new Bug

When calling _DateTimeSplit with a string with date only, the returned $aTimePart[0] value is missing

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.3.16.1 Severity: None
Keywords: _DateTimeSplit Cc:

Description

Simple fix, from

	Else
		Dim $aTimePart[4]
	EndIf

to

	Else
		Dim $aTimePart[4]
		$aTimePart[0] = 0
	EndIf

If no one figures this out in these many years, I think this is not important, but just to be consistent with the help file... 😄

Attachments (0)

Change History (0)

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.

Add Comment

Modify Ticket

Action
as new The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.