Skip to content

Implement KEYMATCH and LOOKUP functions#2004

Merged
RobertvanderHulst merged 1 commit into
devfrom
feature/vfp-keymatch-lookup
Jul 11, 2026
Merged

Implement KEYMATCH and LOOKUP functions#2004
RobertvanderHulst merged 1 commit into
devfrom
feature/vfp-keymatch-lookup

Conversation

@Irwin1985

Copy link
Copy Markdown
Contributor

Implements KEYMATCH() and LOOKUP().

  • KEYMATCH: Checks is an index key exists in the specified index tag without moving the record.
  • LOOKUP: Searches a table for a matching record and returns the value of the specified field.

@RobertvanderHulst

Copy link
Copy Markdown
Member

Looks good.
In the future when you want to make the code easier to read you could consider writing a local function/procedure and call that from _DoInArea()

@RobertvanderHulst
RobertvanderHulst merged commit 16e836f into dev Jul 11, 2026
1 check passed
@RobertvanderHulst
RobertvanderHulst deleted the feature/vfp-keymatch-lookup branch July 11, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants