Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 1 -------- le 13/07/2006 @ 19:23 par aldweb
visiteur |
Hello Adi,
To make sure, try this simple program:
BEGIN A$="Hello" B$="Hello" IF A$=B$ THEN PRINT "OK" ELSE PRINT "KO" END IF WAIT END
Then, you will understand that you must have made a mistake in your source code...
Cheers, aldweb
|