Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

[WD20] ..PhysicalName locks the HChangeName function

$
0
0
Hi,

[Example 1]

Trace(MyFile..PhysicalName) display "MyFile"
HChangeName(MyFile, "CIAO")
Trace(MyFile..PhysicalName) display "MyFile"
HChangeName(MyFile, "SI")
Trace(MyFile..PhysicalName) display "MyFile"

[Example 2]

HChangeName(MyFile, "CIAO")
Trace(MyFile..PhysicalName) display "CIAO"
HChangeName(MyFile, "SI")
Trace(MyFile..PhysicalName) display "CIAO"

[Example 3]

HChangeName(MyFile, "CIAO")
HChangeName(MyFile, "SI")
Trace(MyFile..PhysicalName) display "SI"

Why?

Viewing all articles
Browse latest Browse all 1914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>