Re: Check if it is a number
Re: Check if it is a number
- Subject: Re: Check if it is a number
- From: Thomas <email@hidden>
- Date: Mon, 2 Dec 2002 19:46:10 +0100
Yea, that's already the method I use. So there's nothing better but that
works :-)
Thanks all Thomas
Kai Edwards wrote :
Try this, Thomas:
================
isNum("AB45DJI")
on isNum(v)
try
v as number
true
on error
false
end try
end isNum
================
Kai
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.