Hi all,
At several places in my code I have variables, that are passed un-initialized to functions / procedures as var parameters, and recieve a valid value
returened in them which I subsequently use on returning.
However, this seems to cause a warning, is there a (correct) way of dealing with this?
Cheers.
Phill.