Hi,
I'm new to VBScript. A number 5 is stored in a variable Var_x.
I need to put 'you are the 005 person clicking this'.
I coded string="you are the "&Var_x&"person clicking this". The '00' do not show!
How could I format the Var_x to show "005" instead of "5"?
I'm new to VBScript. A number 5 is stored in a variable Var_x.
I need to put 'you are the 005 person clicking this'.
I coded string="you are the "&Var_x&"person clicking this". The '00' do not show!
How could I format the Var_x to show "005" instead of "5"?