JVCL Help:JvGetVarReference

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

Search in JVCL Help

 
Search in all projects
 

Summary

Parse a variable or label reference.

run\JvCsvParse.pas


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

run\JvCsvParse.pas


Description

Gets a single token like ABC, or gets ABC[X] type reference if present

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