Say I have a list of defines MC_SERVER1, MC_SERVER2, MC_SERVER3 how would I loop thru to get the contents of each. Also I do not know how many I will have. I might have 3 or 10. This is for C programming
Say I have DEFINE MC_SERVER1="mc1.sdsds.com" DEFINE MC_SERVER2="mc2.sdsds.com"
how do I loop thru them all.