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...
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...
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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.