04-30-2008 08:59 AM
04-30-2008 01:15 PM
Val returns a number. The number can be formatted for display as an exponential, or not, but the actual value is the same either way.
If you store the value in a local or use a numeric limit test, you can set the numeric format of the local or limit test to "%.13f" to display it how you desire. If you need the string version of the number in your desired format, call Str(<number>, "%.13f")