Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Array of consts

Status
Not open for further replies.

DjangMan

Programmer
Jun 1, 2001
1,785
CA
Hi all,

I'm trying to construct a variable length array to pass to the TTable.FindNearest function. Rather than coding:

MyTable.FindNearest('SMITHR', '2001-01-01');

I want to be able to code:

MyTable.FindNearest(MySearchStructure);

What is MySearchStructure? How do I make one? Can someone point me in the right direction?

DjangMan
 
I don't know if you can, since it requires an array of constants. Good luck! TealWren
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top