Could someone point me to assistance on being able to pass in fixed parameters into a method call? Basically, I want to prevent hard-coding in my code and instead pass in the constants I need in an object array which you be one of the parameters of the method that would use them.
Thanks,
Lou


Reply With Quote