sprintf

Converts an array of floating point numbers into an array of formatted strings


Synopsis

	function sprintf( 
		format [1] : string,
		array : float
	)

Arguments

format
A C style format string, See: "man sprintf".
array
An array of floating point numbers

Description

Uses the format string to call the system sprintf function. This is different from the C version in two ways. First, Only one '%' operator is allowed for the string and second only floating point numbers are allowed. You must understand how to create a C format string to use this function.

Reference Manual Control Panel

NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.2 $ $Date: 1999/03/19 15:32:28 $