×
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.
Something like this, perhaps?
d ds
d ARTen dim(10)
d ARNine dim(9) overlay(ARTen)
c evalr ARTen = ARNine
c clear ARTen(1)
Doesn't that evalr become an array move, something like this:
Evalr ARTen(1) = ARNine(1)
EvalR ARTen(2) = ARNine(2)
Et cetera... which is equivalent to:
// Do nothing
That's how I understand it, unless I'm missing something.
Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
"A doctor can bury his mistakes but an architect can only advise his client
to plant vines."
-- Frank Lloyd Wright
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.