contents.gifindex.gifprev1.gifnext1.gif

FixD

Purpose

Converts a number to fixed width and decimal places.

Arguments

FixD( <num> , <width> , <dec> )

Example

FixD( 123.456 , 8 , 2 )

Returns: " 123.46" // two leading spaces