JVCL Help:JvGetVarReference
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvGetVarReference procedure
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Parse a variable or label reference.
Pascal
run\JvCsvParse.pas
procedureJvGetVarReference(S1: PAnsiChar; S2: PAnsiChar; SIdx: PAnsiChar);
Parameters
Parameters | Description |
S1: PAnsiChar | Source String. |
S2: PAnsiChar | Contains a variable name part of the string |
SIdx: PAnsiChar | Contains an array index or null if the variable is not an array reference |
Description
Gets a single token like ABC, or gets ABC[X] type reference if present
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