Futurebasic/Language/Reference/fbcomparehandles
< Futurebasic < Language < ReferenceFBCompareHandles function
FBCompareHandlesFunction✔ Appearance ✔ Standard ✔ Console Syntax
RevisedJuly 26, 2000 (Release 3) DescriptionThis function returns a result representing a comparison of the contents of handlea& with the contents of handle b& . If result& is zero, the contents of the handles are identical. If result& is negative, -result& indicates the byte position at which handle a& was found to be less than handle b& . If result& is positive, it indicates the byte position at which handle a& was found to be greater than handle b& . The first position in the handle is byte number 1 (not zero). Two handles which differ from the very first byte will return a positive or negative 1 as a result.
|
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.