Oleg wrote: Dave, Can you explain couple of things in you script? Im trying to understand how it works. 1. You set d as Scripting Distionary - d must be there or any word or letter can be set as S.Dictionary? Any letter or unrestricted word (a word not reserved by VBScript) can be used. 2. In line if right(filename,4)=".jpg" then - what does 4 stand for? 4 is the number
Sorry for the bad formulation of my question :) English is not my native lang., and still new to this forum, will try to be more specific in next posts ;) Still, I didnt get any OT replies :) "Al Dunbar" wrote: "James Watkins" <someone@microsoft.com> wrote in message news:ORXo4OOBLHA.1888@TK2MSFTNGP05.phx.gbl... "Dave "Crash" Dummy" <invalid@invalid.invalid> wrote
Dave, Can you explain couple of things in you script? Im trying to understand how it works. 1. You set d as Scripting Distionary - d must be there or any word or letter can be set as S.Dictionary? 2. In line if right(filename,4)=".jpg" then - what does 4 stand for? 3. Also in line d.Add newname,1 im wondering what 1 means... Thanks for your time and patience! :) "Dave "Crash" Dummy"
Hi All, I am trying to crack open a certificate and print out the start and expire dates to a debug log message. I found these two nifty functions X509_get_notBefore() and X509_get_notAfter() which return a pointer to a ASN1_TIME struct. I'm not sure where to go from here. I would like to be able to convert the ASN1_TIME to a time_t struct or something. Would one of you experts please
Am 07.06.2010 22:30, schrieb macroapa: Well, i just wrote you those 2 Functions. But they´re only without Saturday and Sundays caus i´m from germany and i really don´t know when all your holidays are :D sorry for that. Public Function WorkHours(Date1 As Date, Date2 As Date) As Long Dim intZ As Integer Dim intX As Integer intZ = DateDiff("d", Date1, Date2, vbMonday) intX = ((intZ - SaSoOut