Assigning Using to an Array Element
Oct 12, 2008 23:49:37 GMT -5
Post by Janet on Oct 12, 2008 23:49:37 GMT -5
I have beta2, not beta3. Perhaps someone with b3 could test as well.
compiles and runs just fine.
won't compile.
Of course, it's easy enough to assign using to t,ドル then assign t$ to t$(2).
t$ = Using("###.##", 3.1)
Print t$
End
compiles and runs just fine.
t$(2) = Using("###.##", 3.1)
Print t$(2)
End
won't compile.
Of course, it's easy enough to assign using to t,ドル then assign t$ to t$(2).