Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. phoenixcu

    How is formatting numbers done in VBScript?

    Hi, Thanks for the coding. Do I have to code this way? This is what I want to avoid, as the number to be formatted become large the code is going to be huge! I thought I missed some formatting code like 99,999.99 or ###.##. I'm disappointed there is no syntax like that. I still hope there...
  2. phoenixcu

    How is formatting numbers done in VBScript?

    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...

Part and Inventory Search

Back
Top