array and function ambiguity
Feb 24, 2008 15:51:38 GMT -5
Post by billw on Feb 24, 2008 15:51:38 GMT -5
This should cause an invalid function name error:
RB complains when I try to set dim's value. Go figure.
I'd expect left() and the like to be an invalid function name, too. This:
yields an ambiguous type mismatch error. Or perhaps you could add a Google-like "Did you mean..." feature?
function dim(x)
print "dim:x"
dim = x
end functionRB complains when I try to set dim's value. Go figure.
I'd expect left() and the like to be an invalid function name, too. This:
hello$ = "Finland"
print "Go to "; left(hello,ドル 3)yields an ambiguous type mismatch error. Or perhaps you could add a Google-like "Did you mean..." feature?