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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by loll

  1. loll

    random shuffle tables

    Hi, I have a table with on row and 6 cells. Is there a way using javascript to randomly shuffle the contents of these tables around without reloading the page. eg: <table><TR><TD>A</td><td>b</td><td>C</td></tr></table> then click a link and it becomes...
  2. loll

    Trouble putting variables into one string

    Hi again! :) I tried trimming the variables with no luck.. do I need to some how remove any character that isnt alphanumeric? somethign that would get rid of spaces and EOL characters etc? I thought trimming only removed white space.. so any other character (like EOL) would still be in it...
  3. loll

    Trouble putting variables into one string

    when I try the example you gave .. it worked fine however here is a direct copy and paste so perhaps you can see my error in the code somewhere Dim user As String * 30 Dim pass As String * 30 Dim mytest As String * 30 'gets user and pass from an ini file here MsgBox (user) MsgBox (pass)...
  4. loll

    Trouble putting variables into one string

    Hi Im very new to Visual BAsic. I am having problems putting two variables into a string To test my code Im using a msgbox to show the results The tests im doing is this mytest = variable1 and mytest = variable2 Followed by the msg box.. both are printing the correct infomation However I...

Part and Inventory Search

Back
Top