Re: A sequence, by any other name
- Posted by codehead78 at YAHOO.COM
Feb 27, 2001
--- 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
|
Not Categorized, Please Help
|
|