I see you've resolved your problem. I just wanted to suggest a way that you can streamline your syntax. Try this:
Condition1:= Test(QuizPass <= QuizScore, TRUE, FALSE)
The value of Condition1 will be either 1 or 0 in this case.
Bob Drake wrote: > > Hi all, > > I'm having difficulties with a comparison. > > A value that's read in from an external text file (the passing score for > quizzes) is being compared to the calculated score on a quiz. > > Test(QuizPass <= QuizScore, Condition1:= "TRUE", Condition1:="FALSE") > > With QuizPass = 100 and QuizScore = 75, Condition1 is being set to TRUE. ??? > > Is there a possibility that I'm comparing a text value to a numeric value? > > Confused, > > Bob Drake > Performance Matters, Inc. > 2 Main Street > Scottsville, NY 14546 > > 716-889-4160 > Bob@performancematters.com > > "Maximizing your return on training and education" > > -- > The AWARE List > http://www.e-media.nl/aware/index.html > > Search the Archives > http://www.e-media.nl/aware/search.html > > Netiquette: > - Use descriptive subject fields > - Use subject prefixes (A5 , A5Mac , A5Web , KO , UCD , OT) > > >
-- Grace Daminato
Macromedia Evangelist
Interaxys New Media voice: 905.542.2404 e-mail: grace@interaxys.com
-- The AWARE List http://www.e-media.nl/aware/index.html
Search the Archives http://www.e-media.nl/aware/search.html
Netiquette: - Use descriptive subject fields - Use subject prefixes (A5 , A5Mac , A5Web , KO , UCD , OT)