PDA

View Full Version : Asterisk In IF statements?



cpmusick
06-01-2003, 06:42 PM
Hi. I've havn't been able to find a solution for this in the help files. Hopefully someone can help. Is it possible to use asterisks (*) in an IF statement? For example, could I put this:

%variable1% <> %variable2%*

I want it to say it's not equal to variable2 as well as anthing else (for the "anything else" I need to use an asterisk). Would that work?


TIA.

Corey
06-01-2003, 08:26 PM
No. The operator to test for "is not equal to" is !=

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

cpmusick
06-01-2003, 08:43 PM
Ok, thanks. By the way, will asterisks in the IF statements be supported in a future version?

Corey
06-01-2003, 08:44 PM
I doubt it.

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

Darryl
06-02-2003, 09:30 AM
Just to note, both != and <> are valid in Setup Factory for "not equal to".

DBrito
06-17-2003, 03:02 PM
I think that the use of (*) Astericks is a great Idea