2010 Oct 29 10:43 PM
Hi all
I have a problem while declaring a variable with type f.
The variable is added with a set of exponent values which are fetched from a table.
when the value decreses by 0.00001. The output of the variable is for exponent is increasing.
For example 0.1333 E-7 is returned as 1.333E-8.
I need to fix the exponent value as E-7. I have seen the synatax with write statement but for my requirement i need to move the value to the variable instead of write statement
Please let me know your suggestion to solve this problem.
Thanks,
Karthikeyan.
Hi all
I have a problem while declaring a variable with type f.
The variable is added with a set of exponent values which are fetched from a table.
when the value decreses by 0.00001. The output of the variable is for exponent is increasing.
For example 0.1333 E-7 is returned as 1.333E-8.
I need to fix the exponent value as E-7. I have seen the synatax with write statement but for my requirement i need to move the value to the variable instead of write statement
Please let me know your suggestion to solve this problem.
Thanks,
Karthikeyan.
2010 Oct 30 12:25 AM
Please post your code. From what you write I really do not understand what you are talking about.
Regards,
Clemens