Optimized typ
- Posted by Jean Hendrickx <jean.hendrickx at EURONET.BE> Jul 20, 1997
- 816 views
The 07/18/97 Lucius L Hilley III <luciuslhilleyiii at JUNO.COM> wrote : Subject: Re: Optimized Type Check . ----SNIP---- procedure test_run2(number_as_string2 test_value) --printf(1, "\n%s passed.\n", {test_value}) test_value = test_value end procedure ----SNIP----- . I don't understand the utility of " test_value=test_value ". It makes the function number_as_string2 to be done twice. Is it necessary ? ... Otherwise a big routine ! Aoh! another question : how can I avoid or recover the error message in case of a bad entry ? Thank you for any help. Regards, Jean Hendrickx - jean.hendrickx at infoboard.be