hi,
im really new to this programming language and im having a hard time in strings. can anyone teach me how to compare strings the easiest way. what im doing is a login program and i have to compare the inputed username to a string.
example:
a = daniweb
is input = a
if yes then
.....
if no then
......
end
thanks..