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



Now, I'm confused.  And agreeing with Matt.

Are you trying to replace var1 & var2 with the same value?  Like...
value = 12;
var1 = value;
var2 = value;

If I try this on my V5R2 system, it  won't compile - incomaptible
operands for eval
    var1 = (var2 = value);   

My reading of your code snippet is....

if var2 = value
  var1 = TRUE
else
  var1 = FALSE
endif


Matt.Haas@xxxxxxxxxxx 12/13/2006 10:20:52 AM >>>
<snip>

In terms of my 
  var1 = (var2 = value);

example, I meant assigning the same value to var1 and var2, rather than

comparing var2 to value.  I should have been clearer about that.
<snip>

Sounds like a good reason not to do it then, doesn't it?

Matt


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.