I have several formulas that I have done this:
if procno in [1234,2345,3456,6731] then ....
I want to load an array with these values, 1234,2345,3456,6731 and use that array
in those several formulas so if I need to adjust the values I don't have to edit each fo the formulas
I can edit the array and it would be done for all formulas
I am hoping I can end up this something like
if procno in @procno_List then .......
Any suggests would be greatly apprcieated
Andy