Help me please
- Posted by Alan Tu <ATU5713 at COMPUSERVE.COM> Nov 04, 1998
- 611 views
>if (test =3D "albert") then -- This is my prob. >puts(1,"albert") I haven't tested this, but my hunch is this: You cannot compare a seq with a seq and get an atom 1 or 0. truth =3D {1,1,1,0} =3D {0,1,2,1} -- truth (I think) is {0,1,0,0} I think what you are looking for is the compare lib routine. Look in LIBRARY.DOC. Alan =