false

1

12 34

I guess I don't understand the concept of false. I wanted to set flag in
my script manually. At first I

flag = true

and all was well. later I ran a test
if flag

But when I set the flag to false (flag=false), the script doesn't work
correctly. If test before the "if flag" don't evaluate correctly.

Work around is easy enough, just use a string or number for the
variable.

But I think I'm missing something fundamental here. As you may have
already guessed, I don't have a programming background.

Thanks
 
1

12 34

I think something else is going on. Even if I use a string, the script
doesn't work with my equivalent of false. I need to recheck the logic.
 
C

Cliff Rowley

12 said:
I think something else is going on. Even if I use a string, the script
doesn't work with my equivalent of false. I need to recheck the logic.
What's your code?
 
1

12 34

Cliff said:
What's your code?

What had happened was that things that were supposed to happen in the
script weren't because my memory card was off line. (The first responded
didn't see my CORRECTION, and he was correct in assuming something else
was wrong). Being new to Ruby I was surprised that the missing card
(which needed to be read) didn't cause an error. After the first posting
I simplified the problem and realized it wasn't the false that was
causing the problem. Later I sorted out what was really going on.

Thanks for responding.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,614
Members
45,287
Latest member
Helenfem

Latest Threads

Top