Re: A sequence, by any other name

new topic     » goto parent     » topic index » view thread      » older message » newer message

--- codehead78 at YAHOO.COM wrote:
> type string(sequence x)
>   return find(0,x > 255 and x < 0)
> end type
> 
Oops, that should be
return not find(0,x > 255 and x < 0)

> it doesn't check if it's not a sequence though...
> 
> --- Jonas  Temple <jktemple at yhti.net> wrote:
> > Hello all,
> > 
> > What I need is a sure-fire way to determine in my
> > program if a sequence 
> > is a character sequence versus a sequence of
> > numbers.  I need to 
> > determine this dynamically. 
> > 
> > Maybe this is a basic question?  I dunno.
> > 
> > Jonas
> 
> Hope this is what you're looking for,
> -Humberto

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu