Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 2 -------- le 18/01/2005 @ 22:09 par aldweb
visiteur |
Hello Jon,
Mike is right, with one little constraint about your source code that is explained in Appendix #7: FAQ, in what I called the Complex aggregate of calculations paragraph, in the iziBasic user manual.
So, with a little change in your source code, it will work:
DIM A(100) BEGIN C = 45 A(45) = 7 I = A(45) B = COS(I) 'same as B=COS(7) END
Cheers
@+ aldweb |