[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Scan a string for substrings and return the substrings
Source position: sysstrh.inc line 209
function SScanf( |
const s: String; |
const fmt: String; |
const Pointers: array of Pointer |
):Integer; |
SSCanF scans the string S for the elements specified in Fmt, and returns the elements in the pointers in Pointers. The Fmt can contain placeholders of the form %X where X can be one of the following characters:
The Pointers array contains a list of pointers, each pointer should point to a memory location of a type that corresponds to the type of placeholder in that position:
No error checking is performed on the type of the memory location.
|
Format a string with given arguments. |
No notes exist for this page yet.