I've read through CodeAutomation.iss and a bunch of other sources, but I couldn't find the answer to this...
Using the example provided, the xml objects are put in variables of the "Variant" type. I assume this is just the equivalent of 'var'.
However, when I try to check if such a variable is nil
after doing a selectSingleNode
, the compiler complains with "type mismatch".
Is there any way to check whether such a node fetch failed? What does it return to Inno if it found nothing?