21 Apr
2004
21 Apr
'04
7:50 p.m.
Hi Jim, Thanks for your response. Jim Kutter wrote:
I would simply do the following
job_step = int(request.get('job_step', 1))
I did try something similar, and have just tried the fragment you suggest, but if I try to use job_step when it's /not/ in the request I get an attribute error on job_step... Cheers, PhilK