I am trying to set up some variables using indirect expansion. According to the documentation I’ve read, the set up should be simple: I should be getting “12345”. Instead, the output is “varname”. If I remove the exclamation point, I end up with “qa_ci”, not “12345” This should be a relatively simple solution, so I’m not sure what I’m missing,