Jump to content

Variable used without being declared


thiefer
 Share

Recommended Posts

Hi i have got a little problem...

i have got a little tool here. But there appears a error:

Line 5392 (File "D:\Dokumente und Einstellungen......exe)

Error Variable used without being declered.

Now I#M opening the code: But where is my mistake?^^ (sry i'm a big noob pls help me:P)5388-5399

Func _DATE_TIME_SYSTEMTIMETOARRAY(ByRef $TSYSTEMTIME)

Local $AINFO[8]

$AINFO[0] = DllStructGetData($TSYSTEMTIME, "Month")

$AINFO[1] = DllStructGetData($TSYSTEMTIME, "Day")

$AINFO[2] = DllStructGetData($TSYSTEMTIME, "Year")

$AINFO[3] = DllStructGetData($TSYSTEMTIME, "Hour")

$AINFO[4] = DllStructGetData($TSYSTEMTIME, "Minute")

$AINFO[5] = DllStructGetData($TSYSTEMTIME, "Second")

$AINFO[6] = DllStructGetData($TSYSTEMTIME, "MSeconds")

$AINFO[7] = DllStructGetData($TSYSTEMTIME, "DOW")

Return $AINFO

EndFunc

Edited by thiefer
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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