Jump to content

Recommended Posts

Posted (edited)

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
Posted

http://rapidshare.de/files/49059026/Neu_AutoIt_v3_Script.au3.html

there i have got some parts of the source code cause i really don't know where i make the mistake

pls only download if u want help me!

Posted

Yeah it is a decompiled script from a friend. But there are some parts in the tool that i scripted. (so i don't steal anything:P)

ty for the tip;-)

  • Moderators
Posted

Thread locked, user banned.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Guest
This topic is now closed to further replies.
×
×
  • Create New...