has there been a "significant" change that I've never noticed in the "What's New" section of any previous release?
As usual, using a TCC "log" to "illustrate" the issue:
Frankly, what I expected that last "Echo" command to produce (and I'm close to 100% sure that this is what it used to produce at least at some time in the past) is "QRSDEF", i.e., the variable named "ABC" completely "covered" or "obscured" variables named ABC<anythingelse>.
This is definitely a major improvement in my mind if it is, in fact, a change (and when that happened if that happened; things work as above in the earliest release of TCC I have access to - Version 9); but I can't help but wonder if this is really a change or my memory is just playing "tricks" on me again...
- Dan
P. S. And you really don't need to answer the "Am I just crazy" question... :)
As usual, using a TCC "log" to "illustrate" the issue:
Code:
Thu Jan 19, 2012 8:37:05p
TCC 12.11.76 Windows 7 [Version 6.1.7601]
Copyright 2011 Rex Conn & JP Software Inc. All Rights Reserved
Registered to Daniel Mathews
[Z:\]Set ABC=QRS
[Z:\]Set ABCDEF=MNO
[Z:\]Echo %ABC
QRS
[Z:\]Echo %ABCDEF
MNO
[Z:\]
Frankly, what I expected that last "Echo" command to produce (and I'm close to 100% sure that this is what it used to produce at least at some time in the past) is "QRSDEF", i.e., the variable named "ABC" completely "covered" or "obscured" variables named ABC<anythingelse>.
This is definitely a major improvement in my mind if it is, in fact, a change (and when that happened if that happened; things work as above in the earliest release of TCC I have access to - Version 9); but I can't help but wonder if this is really a change or my memory is just playing "tricks" on me again...
- Dan
P. S. And you really don't need to answer the "Am I just crazy" question... :)