Core Function SPrintf
From Sputnik Wiki
SPrintf( <expression>, <expressions>... )
Contents |
Description
Create a formatted string.
expression
The format string and flags to use (see Remarks).
expressions
Variables that will be output according to the "Format Control".
substring
The substring to search for.
Return Value
Success: Returns the formatted string.
Failure: Returns an empty string.
Remarks
not yet
Example
not yet