String compare
- Posted by Roy Shepherd <sroy at GLOBALNET.CO.UK> Sep 10, 1998
- 506 views
Hi All I'm trying to compare two strings. -- example object st st="ABC" if st="ABC" then puts(1,"OK") end if The above ends in an error message. In QBASIC a similar program works just fine. Can someone please tell me where I'm going wrong. Thanks for putting me right. Regards, Roy