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



Hi James,

Several ways:

1. Since you specified 20-99, you could use

    c    movea    *zero    *in(20)

2. If you'd specified 21-40, you could

    d Off20        s        20a inz(*all'0'))

    c        movea    Off20        *in(21)

3. The non-MOVEA way would be

    c        for     x = 20 to 99
    c        eval    *in(x) = *off
    c        endfor

hth,
Peter Dow
Dow Software Services, Inc.
909 793-9050 voice
909 522-3214 cellular
909 793-4480 fax

----- Original Message -----
From: "James Rich" <james@eaerich.com>
Sent: Thursday, November 14, 2002 3:37 PM
Subject: Setting off multiple indicators


> How can I easily set off multiple indicators, say 20-99?  I want something
> like this:
>
> C move *off *in(*all)





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.