Hi,

i dont understand the following result.

PRINT "abc" == "ab"   'true
PRINT "abc" == "abc"  'false

in http://gambasdoc.org/help/cat/stringop
says
Returns if two strings are equal. The comparison is case unsensitive.

1) why "abc" and "ab" says they are equal?
2) and "abc" == "abc" are not?




------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to