Core Function Scanf
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> Scanf( <expression>, <def> ) </pre> === Description === Parses input from a string according to a format. === Parameters === ==== expression ==== The string to evaluat...")
Newer edit →
(Created page with "<pre> Scanf( <expression>, <def> ) </pre> === Description === Parses input from a string according to a format. === Parameters === ==== expression ==== The string to evaluat...")
Newer edit →
Revision as of 16:15, 22 January 2013
Scanf( <expression>, <def> )
Contents |
Description
Parses input from a string according to a format.
Parameters
expression
The string to evaluate.
def
The formation string containing the definition of how to parse the string.
Return Value
Success: Returns array of all captured objects from the parsed string.
Failure: Returns empty array.
Remarks
None.