i have a formula that uses Pi in the calculations. I am unable to use math.Pi in livecycle, is there any other way to get Pi?
Thanks!
$.rawValue = radius.rawValue * radius.rawValue * Math.PI
George Kaiser
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com Check out my custom-made scripts website: http://try67.blogspot.com
$.rawValue = radius.rawValue * radius.rawValue * Math.PI
George Kaiser