Hello,
I have two cells in excel which I need to find the time difference between them in miliseconds:
a = 2005-07-07 04:38:43.998
b = 2005-07-07 04:38:44.002
The answer should be: 4
How can I find it using vba code? I saw the "datedif" function but the units don't have milisecond option..
In...
hello,
I'm tring to assign 2-dim array to another array with the following code:
@tmpArr = @originalArr;
The unclear behaviour has been detected with this code:
print "here: @{$originalArr[1]}\n";
${$tmpArr[1]}[0] = 111;
print "here: @{$originalArr[1]}\n";
The originalArr value in cell...
Hi,
Is there a convinient way to get the privious date before
any given date?
example:
the given date: 01/07/2004
the privious date: 30/06/2004 (the wanted output)
Thanks.
Hello,
Does someone knows how can I simply run URL throw my perl code?
To be more specific:
I want that the last row in perl script will open the www.google.co.il web page, and then the script should be terminated.
thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.