JVCL Help:JvGetToken

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Tokenize a string according to a fixed set of tokenization characters (see JvEndChar for a list)

run\JvCsvParse.pas


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)

run\JvCsvParse.pas


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).

run\JvCsvParse.pas


See Also

JvEndChar

run\JvCsvParse.pas


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