Jump to content

Array indexing problems


dehdar
 Share

Recommended Posts

I want to check if the time is between 2-6am and my variable $systemTime contains the time in the format: "day/month/year hour:minute:second".

The following works perfect

#include <Date.au3>
#Include <string.au3>

$systemTimeDate = _Date_Time_GetSystemTime()
$systemTime = _Date_Time_SystemTimeToDateTimeStr($systemTimeDate)

My question is how do I seperate the date from the time? When I do the following I get an error:

$systemTime = $systemTime[14]
Edited by dehdar
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...