lazarbeam Posted March 21, 2013 Share Posted March 21, 2013 (edited) Hey guys! A couple questions: -Is there a tutorial on forms? I looked in the guides section with no luck. I want a script to get info from a form that is constantly present and does not need closed for the script to begin. Above all, I want to know how to do it properly. ANSWERED (checked the Wiki) -How can I get the current PC time? (GetSystemTime returns only time PC has been running) Thanks Edited March 21, 2013 by lazarbeam Quote Link to comment Share on other sites More sharing options...
Wanted Posted March 21, 2013 Share Posted March 21, 2013 I would of never guessed that was the answer to your question based upon the wording. Quote Link to comment Share on other sites More sharing options...
slacky Posted March 21, 2013 Share Posted March 21, 2013 (edited) I dont know what your tryin' to achive, and I can't see why you would want the "current PC-time" (whatever that means)... But if by PC-time you mean the current timestamp...? [sCAR] //function Time: Double; //Convert it to "clock"-format..: WriteLn(TimeToStr(Time)); [/sCAR] There is also: function Now: Double; Now; seems to return days since year 1900 (not unixtime which i'm used to) with a decimal-place that is the same as Time;. Hope it helps. Edited March 21, 2013 by slacky Quote Link to comment Share on other sites More sharing options...