× 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.



--
If you want to change '111111111' into '111-111-111' why do you not simply
use XLATE. If memory does not fail me here:

FM1:Field               XLate    FM2                         Result

FM1 and FM2 are named constants having the values 'ABCDEFGHI' and
'ABC-DEF-GHI'.

Hope this helps.

Regards,
Carel Teijgeler.


>I am trying to use a program that was writen by someone. I would like to
>insert "-". E.g 111111111 would like to see 111-111-111. I run the prgram
>but I get 111-111111. Can you please take a look at the code and let me know
>what I am missing. Thanks in advance.
>
>  * Use this array to insert the '-' in the  id field.
>  *
>D SS              S              1    DIM(11)
>
>              D                 DS
>D  SSNO                   1     11
>D  S1                     1      3
>D  S3                     4      5
>D  S5                     6      9
>
>c    MOVEA     S1            SS(1)
>c    MOVEA     S3            SS(5)
>c    MOVEA     S5            SS(8)
>
>C     MOVEA     '-'           SS(4)
>C     MOVEA     '-'           SS(8)
--




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.