deicide@PSNW.COM wrote: > in a number on a pic that comes out to have a decimal....like 27/5 > how many places past the deciaml point will a pic go...or how will > it return the answer...i'm new to this if you haven't already > guessed...:) Deicide: This is a bit like asking, "What sort of music can I expect to hear from a Sony stereo?" The PICs do not include a built-in division instruction; you need to write your own division routine (or use someone else's). Therefore, the operation can be performed to any level of precision, and you can choose to have the results returned any way you want. -Andy === Andrew Warren - fastfwd@ix.netcom.com === === Fast Forward Engineering - Vista, California === === === === Did the information in this post help you? Consider === === contributing to the PICLIST Fund. Details are at: === === http://www.geocities.com/SiliconValley/2499/fund.html ===