PDA

View Full Version : a short explanation of Boolean expressions plese?



chipzoller
05-25-2001, 08:45 PM
Hello again,
I promise that I'll spare everyone from having to read my 50 posts. There wont be near this many in the future.

But I'm curious about the Boolean Expressions. I don't understand how I can use these. Or the deals with the Variables etc. Would anyone please give me a detailed example or something. Any help is appreciated.

Thanks so much again everyone,

Chip

dallasfreak
05-25-2001, 09:54 PM
booleans are very powerful. basically they are if tehn statements. If user clicks on music off, then stop mp3. You could have a few selections of **** to install. One 98 version, one 2k version, one ME version. Then tell menu that if the OS is 98 (there is a built in variable for this to install 98 version.
Execute 98install if %os% equals 98

If your on a 2k box, then it would not execute. I don't have an example like this ready right now, but if you want, i can make an AM3 file for you that should demonstrate different types of booleans. If interested email me.

Mark
05-30-2001, 10:02 AM
Hi chipzoller,
You might be interested in reading this tutorial: http://www.indigorose.com/kb/AMS30Tutorial-ShowingAndHiding.pdf as it deals with Boolean conditions and variables.

mark.