Re: Questions from a Beginner.
- Posted by DerekParnell (admin) May 29, 2009
- 951 views
rowrasaur said...
perfect, thank you.
for the record, I did have the single quotation marks, but my if statement was wrong.
I thought the end had an "= 0" like this
"...if equal(s1,s2[2]) = 1 then..."
Yes, it is easy to get equal() and compare() confused.
if compare(x,y) = 0 then
is the same as
if equal(x,y) then