Re: atoms, grrrrrr
- Posted by Euman <euman at bellsouth.net> Feb 21, 2001
- 405 views
You never assigned a value to at1 before you asked it whether it was less than another value Euman ----- Original Message ----- From: "Kat" <gertie at PELL.NET> To: "EUforum" <EUforum at topica.com> Sent: Wednesday, February 21, 2001 14:05 Subject: atoms, grrrrrr | Can someone explain this to me: | | code: | sequence s1 | integer at1 | | if at1 < length( s1 ) | | data: | s1 = {{116't',104'h',101'e'},{99'c',97'a',116't'},{97'a',116't',101'e'}, | {98'b',105'i',103'g'},{100'd',105'i',110'n',110'n',101'e',114'r'}} | | at1 = 3 | | error: | true/false condition must be an ATOM | | | me: | Kat | | |