As an Opus newbie, I'm trying to get to grips with some of the differences in script syntax between Opus and that of vbs, jscript, InstallScript etc.
An area that could be enhanced in the online help is to state what is returned when whatever you are hunting for is not present at all. For example (modifying the example given using Opus):
var MyProgVer = ReadRegistryKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\MyProgCo\\MyProg", "Version")
If this key / value is not present, what will myProgVer be set to? Similarly with GetINIFileData? (Yes, I could set up some scenarios and test these... sometimes life gets a tad too short.
)
Thanks in advance, Linnet