I've been pondering over this all day.. I'm trying to compare the value saved in an array position to a number saved in a string. I thought I was on the right track with this:
ValueAtXY("array", 1, 1) = Val(string$("string"))
That, however, does not seem to do anything for me.
I've tried:
ValueAtXY("array", 1, 1) = Value("string")
as well and that doesn't do it..
Anyone have any insight for me?