CrGlobal: POSIX_sprintf

POSIX_sprintf

bastard version of the POSIX sprintf function

 Public Function POSIX_sprintf(
	  Str As String,
	  ByVal Format As String,
	  Arguments As CrArray ) As Long

Parameters

Str
[ByRef] String. see sprintf(3) and Windoze wvsprintf
Format
[ByVal] String. see sprintf(3) and Windoze wvsprintf
Arguments
[ByRef] CrArray. see sprintf(3) and Windoze wvsprintf

Return Values

Long -  see sprintf(3) and Windoze wvsprintf

Remarks

Use carefully; it could easily GPF.

See Also

Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods IntegerRandomWithinRange StringRcsKeywordNameParse