× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> Thank you all for your help. I must have mentioned i am new to rpg.
> I will cut to the chase. What I like to see is 111-111-111. After
> listening
> to some suggestions and did some change now I get 111-111111.
>
> c    MOVEA     S1            SS(1)
> c    MOVEA     S3            SS(5)
> c    MOVEA     S5            SS(9)
>
>
With the code you posted you should get 111-11-1111

Change
> C                   MOVEA     '-'           SS(4)
> C                   MOVEA     '-'           SS(7)

to

C                   MOVE     '-'           SS(4)
C                   MOVE     '-'           SS(8)

if you want 111-111-111



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.