Shari wrote:

When my code broke, even when I narrowed it down to the one line that included min(), I did not assume the min() function was the culprit. I assumed that something else in that line of code was in error, perhaps a misplaced "(" or some other variable with a wrong value. It was a bugger to track down.

Just for the record, the "number of" function works properly as it did in HC and MC: the number of items in "1,2,3,4," is 4. So it looks like the problem is only in the math functions.

However, look at this:

  put min(1,2,3,4,) --> 0
  put min("1,2,3,4,") --> 1

Maybe all you have to do is add quotation marks.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to