I've begun experiencing some odd results from AScan once I upgraded to 4.62. For some reason it returns a zero no matter what if the array begins with an empty element.

I would think this would return a 2, but I keep getting zero. The example below returns a 0 for both checks.

 Code:
$startingdates = "","2011/08/01","2011/08/08"

$check = "2011/08/08"
? "AScan result: "+AScan($startingdates,$check,,,1)

$check = "poop"
? "AScan result: "+AScan($startingdates,$check,,,1)

get $




Edited by ShaneEP (2011-08-19 08:49 PM)
Edit Reason: typo in check date