Hi, the function registryHiveToObject says that "If the value name starts with a digit an underscore (_) is prepended" but the first character is instead being replaced.
To reproduce:
o=CREATEOBJECT('empty')
? registryhivetoobject(0x80000002,[SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console],o)
? o.TrueTypeFont._32 && should be o.TrueTypeFont._932
Thanks!
To reproduce:
o=CREATEOBJECT('empty')
? registryhivetoobject(0x80000002,[SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console],o)
? o.TrueTypeFont._32 && should be o.TrueTypeFont._932
Thanks!