Hi

I have a problem with my script. I wannt to create a monthly report but the script, it doesn't matter if I take the run or the shell command, cut's the zero in the @monthno variable.


Run "vhistexp.exe '@monthno' + '*' + '@year' + '.log'"

and so I get this output

vhistexp.exe 1*2005.log

but i want the output with the zero first like this

vhistexp.exe 01*2005.log

Have anybody an idea how i can make it better

Thanks Jimmy