if $foo has a value in a loop, is there a way to make $foo it's own variable?? In PHP, $$foo would work but it didn't work in KiX. In that case, if $foo had a value of 'MAC', then $MAC would be a new var because of $$foo. I don't know if I'm explaining it very well. Any thoughts?