Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 1 -------- le 07/03/2007 @ 12:00 par aldweb
visiteur |
Hello Bob,
Use the FIELD$() function to retrieve the value stored in a NumField or a TextField. Then, use the VAL() function to convert the returned value to a number.
So, you will do something like that:
A$=FIELD$(#1) A=VAL(A$)
Cheers, aldweb
|