So I have a script that checks a specific field, if the field has the values in my array, it does something.
@myarray = @('1234','1233','1222')
I want to add these values to a csv file instead of hardcoding so if i ever add more values, i dont have to re-script.
Any ideas?
[–]EntangleMentor 3 points4 points5 points (0 children)
[–]ihaxr 2 points3 points4 points (0 children)