Forum Discussion
AlexKaras
14 years agoCommunity Hero
Hi Morgan,
The quick guess (as you did not provide us with the relevant amount of code) is that GetTreeNode() is defined in original VBScript below the point you are mentioning in your message.
If my guess is correct, then you must either forward declare the GetTreeNode() function in the initial part of your DelphiScript unit or move the function, so that its body appears located before the first call to it.
The quick guess (as you did not provide us with the relevant amount of code) is that GetTreeNode() is defined in original VBScript below the point you are mentioning in your message.
If my guess is correct, then you must either forward declare the GetTreeNode() function in the initial part of your DelphiScript unit or move the function, so that its body appears located before the first call to it.