R
Rider
Hi experts,
Here is my code (test.vbs)
<<<<<<<<<Start
if CHour = 7 then
CHour2 = "07"
CurrentHour = cstr(CHour)
end if
MsgBox " Current Hour " & CurrentHour
If I have the number 7, I want to replace it with 07 in my code. What
is wrong in the above snippet?
In the MsgBox, I see only the Current Hour with no 07
Can you kindly help me out here?
Thanks,
-J
Here is my code (test.vbs)
<<<<<<<<<Start
if CHour = 7 then
CHour2 = "07"
CurrentHour = cstr(CHour)
end if
MsgBox " Current Hour " & CurrentHour
If I have the number 7, I want to replace it with 07 in my code. What
is wrong in the above snippet?
In the MsgBox, I see only the Current Hour with no 07
Can you kindly help me out here?
Thanks,
-J