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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using table indexes in computations 1

Status
Not open for further replies.

swordx

Programmer
Jul 2, 1999
2
0
0
US
Is there a way to access the binary value in a table index, so that I can use it in computations? I would like to quickly determine how many elements were loaded into a table, without having to maintain a separate counter.<br>

 
use the SET verb to copy the occurrence number into a numeric data item. You can then use this for computations.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top