Category > Comparison operators xHarbour Developers Network  

 
ItemDescription
$Substring operator (binary): search substring in string.
<Less than operator (binary): compares the size of two values.
<=Less than or equal operator (binary): compares the size of two values.
<> != #Not equal operator (binary): compares two values for inequality.
= (comparison)Equal operator (binary): compares two values for equality.
==Exact equal operator (binary): compares two values for identity.
>Greater than operator (binary): compares the size of two values.
>=Greater than or equal operator (binary): compares the size of two values.
HASSearches a character string for a matching regular expression.
INSearches a value in another value.
LIKECompares a character string with a regular expression.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe