Re: Function for numeric character values?

2008-12-31 Thread Ted Roche
On Tue, Dec 30, 2008 at 3:22 PM, Garrett Fitzgerald sarekofvul...@gmail.com wrote: VAL(tcString) != 0 works in many cases. except: VAL(0 errrors found) !=0 :) -- Ted Wait! When did they make zero an integer? g,dR Roche Ted Roche Associates, LLC http://www.tedroche.com

Re: Function for numeric character values?

2008-12-31 Thread Stephen Russell
On Wed, Dec 31, 2008 at 6:49 AM, Ted Roche tedro...@gmail.com wrote: On Tue, Dec 30, 2008 at 3:22 PM, Garrett Fitzgerald sarekofvul...@gmail.com wrote: VAL(tcString) != 0 works in many cases. except: VAL(0 errrors found) !=0 :) -- Ted Wait! When did they make zero an integer? g,dR

Re: Function for numeric character values?

2008-12-30 Thread Rafael Copquin
isdigit() Rafael Copquin - Original Message - From: Ken Kixmoeller/fh foxh...@information-architecture.com To: profoxt...@leafe.com Sent: Tuesday, December 30, 2008 4:18 PM Subject: Function for numeric character values? I can't remember nor find for the live of me - -- - ?

RE: Function for numeric character values?

2008-12-30 Thread Tracy Pearson
You're looking for ISDIGIT() Tracy -Original Message- From: Ken Kixmoeller/fh Sent: Tuesday, December 30, 2008 3:19 PM I can't remember nor find for the live of me - -- - ? is_numeric(left(1234 Main Street,4)) .t. There is a function like that, right?? Geez my brain! (VFP9) Ken

Re: Function for numeric character values?

2008-12-30 Thread Garrett Fitzgerald
On Tue, Dec 30, 2008 at 15:18, Ken Kixmoeller/fh foxh...@information-architecture.com wrote: I can't remember nor find for the live of me - -- - ? is_numeric(left(1234 Main Street,4)) .t. There is a function like that, right?? Geez my brain! VAL(tcString) != 0 works in many cases.

RE: Function for numeric character values?

2008-12-30 Thread John
Isalpha() Isdigit() As I recall you have to iterate through the string, otherwise it is looking at the first char. John Harvey -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Ken Kixmoeller/fh Sent: Tuesday, December 30, 2008 2:19 PM To:

Re: Function for numeric character values?

2008-12-30 Thread Ken Kixmoeller/fh
Yes, that is the one I was looking for. Thanks to all (and No thanks to my addled %(^%*# brain). Ken On Dec 30, 2008, at 4:25 PM, Rafael Copquin wrote: isdigit() Rafael Copquin ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: