On Friday, January 24, 2003, at 10:10 AM, Brent Dax wrote:
Thanks, you're right. I was confusing the 'lazy' discussion with the 'range' discussion. All of those should work. As should# 1 .. $a # 1 .. $a : 2 # $a .. $b # $a .. $b : 2 # $a .. $b : $c # 1 .. 10 : $c # 2.5 .. 10.0 : 0.5To my knowledge, these are all fine.
$a .. Inf
but not
Inf .. $a
:-)
MikeL