Re: how test for empty sub-sequence?
- Posted by Joe Otto <joeotto at SWBELL.NET> Jan 28, 2000
- 671 views
Dan, Try something like this: object temp temp = yourSequence [x] [y] [z] if sequence (temp) and (length (temp) > 0) then . . . end if Joe -----Original Message----- From: Euphoria Programming for MS-DOS [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of Dan B Moyer Sent: Friday, January 28, 2000 11:42 PM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: how test for empty sub-sequence? How can I test a sequence to see if a sub-sequence is empty or not? Dan Moyer