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 Rhinorhino 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: *

  • Users: JohanF
  • Content: Threads
  • Order by date
  1. JohanF

    how to pick out characters from a variable?

    A simple question.. I guess! The Time function returns a value like this: 02:08:30. I need to pick out the hour from the Time function, that is in this case &quot;02&quot; and then put 02 in a new variable. <% Dim realtime, hour realtime = Time hour = ????? %> Anyone? /J
  2. JohanF

    send form result to asp page

    Hi How do I pass the information from a form to a text file (or another asp file) on my server? The only variable I need is the users name <input name=yourname> so infact the only thing I need on my new page is the name (&quot;yourname&quot; ) the user typed in my form. Please..I'm an asp...

Part and Inventory Search

Back
Top