Re: Function for numeric character values?

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

Re: Function for numeric character values?

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

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

RE: Function for numeric character values?

2008-12-30 Thread John
: Profox Subject: Function for numeric character values? 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 [excessive quoting re

Re: Function for numeric character values?

2008-12-30 Thread Garrett Fitzgerald
On Tue, Dec 30, 2008 at 15:18, Ken Kixmoeller/fh 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 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 Rafael Copquin
isdigit() Rafael Copquin - Original Message - From: "Ken Kixmoeller/fh" To: 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 - -- - > > ? is_numeric(left("1234 Main Str

Function for numeric character values?

2008-12-30 Thread Ken Kixmoeller/fh
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 ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mail