[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Real_to_SciStr


Purpose   Converts a real to a string using scientific notation.

Decln.    Real_to_SciStr(Number:real;D:byte):string;

Returns   String

Remarks   Number is the real value to be converted.
          D is the number of decimal places.

Example

BEGIN
    FWRITELN(REAL_TO_SCISTR(3.54609,2));
END;

See Also: Real_to_Str
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson