The variable is sent as a var to a proc where it works fine. But I then in that 
proc I pass it to another proc and in that one I get the error. I've also tried 
passing it to the other proc without var (since in that data is only read) but 
get the same error. Is there an alternative to var that would work?

Reply via email to