[futurebasic] Re: [FB] Toolbox FN RelString

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 1998 : Group Archive : Group : All Groups

From: Chris Stasny <staz@...>
Date: Wed, 30 Dec 1998 06:46:03 -0600
>Does anyone happen to have the code for the Toolbox function RelString? If
>so, would you mind sharing it? The CompareString function would be nice
>too, but only if someone can provide a brief explanation as to how to use
>it. I tried to read IM:Text, but it only made my headache worse. Thanks.
>

'-------------------------------------
'relString
'-------------------------------------
LOCAL FN relString(@word1&,@word2&)
  `     move.l  ^word1&,a0
  `     move.l  ^word2&,a1
  `     moveq   #0,d0
  `     move.b  (a0)+,d0
  `     swap    d0
  `     move.b  (a1)+,d0
  `     dc.w    $A050
END FN



In case you are interested, my dog now has an email address. You can write
to her at summer@.... Don't expect a reply tho. She can't read.

-STAZ   ~)~

--------------------------------------------------------------
STAZ Software * 4387 Leisure Time Dr * Diamondhead, MS 39525
--------------------------------------------------------------
Orders: 800-348-2623      EMail http: //www.stazsoftware.com
  Tech: 228-255-7085             FAX: 228-255-7086
--------------------------------------------------------------