JVCL Help:JvGetToken
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvGetToken procedure
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Tokenize a string according to a fixed set of tokenization characters (see JvEndChar for a list)
Pascal
run\JvCsvParse.pas
procedureJvGetToken(S1: PAnsiChar; S2: PAnsiChar);
Parameters
Parameters | Description |
S1: PAnsiChar | Source buffer (modified by this function!) |
S2: PAnsiChar | Destination buffer (result returned here) |
Description
Pass in buffer in s1, and returns one token into s2, deletes that token from s1. Call repeatedly to parse a large string buffer. The buffer s1 is modified (the token is removed from the buffer).
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page