19.07.2011, 18:37
Date is a Int, but GetDate() is returning a string...
Therefore you need to use: new Date[64];
Then format the Date String using the GetDate Function
(Guess someone beat me to it, but still needs to formatted, Date = GetDate simply won't work)
Therefore you need to use: new Date[64];
Then format the Date String using the GetDate Function
(Guess someone beat me to it, but still needs to formatted, Date = GetDate simply won't work)