• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
negative number as text or string, take 2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

negative number as text or string, take 2


  • Subject: negative number as text or string, take 2
  • From: "Aaron Solomon (ben Saul Joseph) Adelman" <email@hidden>
  • Date: Wed, 31 Jan 2001 13:46:07 -0500
  • Organization: Pioneer Aviation

Concerning my last message to the group as a whole: Two people E-mailed
me telling me that they could not reproduce the problem, so here's a
much gutted snippet from my program which still displays the property of
replacing "-" with the not-equal sign:

Aaron

---

log the estimate of risk_difference(1, 2, 3, 4, 0.05) as text

on risk_difference(dis_and_exp, dis_and_not_exp, ,
not_dis_and_exp, not_dis_and_not_exp, alpha)
set r_d to -0.083333333333
return new_rate_result(r_d, 1, 1, true)
end risk_difference

on new_rate_result(r, c1, c2, v)
script rate_result
property estimate : r
property low_bound : c1
property high_bound : c2
property validity : v
end script
return rate_result
end new_rate_result


--
Aaron Solomon (ben Saul Joseph) Adelman
E-mail: email@hidden
Web site: http://www.musc.edu/~adelmaas/
Yahoo! Messenger: prasmthrasm


  • Follow-Ups:
    • Re: negative number as text or string, take 2
      • From: Emmanuel <email@hidden>
  • Prev by Date: Re: Sluggish Script Editor
  • Next by Date: Re: negative number as text or string
  • Previous by thread: Re: applescript-users digest, Vol 2 #304 - 1 msg
  • Next by thread: Re: negative number as text or string, take 2
  • Index(es):
    • Date
    • Thread