Re: [Tutor] Odd problem with variable substitution and command execution

2005-04-13 Thread Kent Johnson
Robert, Andrew wrote: Hi Everyone, I am trying to do an MQ inquiry but I am having mixed results. If I do the command direct via a print statement like the one below, it works, print 'Queue Description:\t' , q.inquire(CMQC.MQCA_Q_DESC) When I try to cycle through an array of command line supplied k

[Tutor] Odd problem with variable substitution and command execution

2005-04-13 Thread Robert, Andrew
Hi Everyone, I am trying to do an MQ inquiry but I am having mixed results. If I do the command direct via a print statement like the one below, it works, print 'Queue Description:\t' , q.inquire(CMQC.MQCA_Q_DESC) When I try to cycle through an array of command line supplied keys, it fails.