PPRuNe Forums - View Single Post - Psion Programing
View Single Post
Old 15th Feb 2002, 02:48
  #2 (permalink)  
bblank
 
Join Date: Dec 2001
Location: STL
Posts: 140
Likes: 0
Received 0 Likes on 0 Posts
Post

I don't know OPL but being curious I looked at an online language reference and found the function FIX$, which converts a float to a string with a specified number of decimals. If for example x is a ten digit float then (I think) FIX$(x,3,10) rounds it to three decimal places and stores it as a string. The result should be printable as a string.
bblank is offline