Why is a-b not equal to ((source of a) -b) ?
Why is a-b not equal to ((source of a) -b) ?
- Subject: Why is a-b not equal to ((source of a) -b) ?
- From: Timothy Bates <email@hidden>
- Date: Tue, 03 Sep 2002 11:26:42 +1000
What is up here?
set ms1 to GetMilliSec
set ms2 to GetMilliSec
set ms3 to (GetMilliSec -ms2)
return {ms1:ms1, ms2:ms2, delta:ms2 - ms1, inlineDelta:ms3}
-->{ms1:7.9489387E+7, ms2:7.9489387E+7, diff:0.0, inlineDiff:7.9489387E+7}
How come subtracting a large number from the result of getmillisec (an osax
call under X 10.2) seems not to do the subtraction?
tim
Dr Timothy Bates <
mailto:email@hidden>
Macquarie Centre for Cognitive Science (MACCS)
Macquarie University
Ph 61 (2) 9850 8623
Fx 61 (2) 9850 6059
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.