S
shanesparks
Does anyone know how to test for the validity
of a string, float or int without producing an error
if not a valid test. We can test for validity of a list
with listp, but when we try to test with something
like strcat for a string it will crash if fed a real.
Maybe there is something easy, but I have not found it
yet.
Shane
of a string, float or int without producing an error
if not a valid test. We can test for validity of a list
with listp, but when we try to test with something
like strcat for a string it will crash if fed a real.
Maybe there is something easy, but I have not found it
yet.
Shane