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

assign to array in formula

Status
Not open for further replies.

smeyer

IS-IT--Management
Nov 15, 2002
52
US
I would like to assign values to an array as the result of a formula.
IE
Select {field}
Case '1': [012,013,014]
Case '2': [022,023,024]
Case '3': [032,033,034]
Case '4': [042,043,044]
Case '5': [052,053,054]
for later use in a select {field1} in @formula

Is there a way (or better way) to do this
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top