Staz wrote: >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 Just curious...I'm familiar with the first three statements, but what do the following three statements do? > ` move.b (a0)+,d0 > ` swap d0 > ` move.b (a1)+,d0 Thanks. ____________ wave (Toronto, Canada)