contents.gifindex.gifprev1.gifnext1.gif

rjInt0

Purpose

Formats an integer to 0-filled, right-justified fixed width.

Arguments

rjInt0( <int> , <width> )

Example

rjInt0( 456 , 6 )

Returns: "000456"