Forum Discussion
YMinaev
Staff
16 years agoHi,
I see two problems in your script. The first one is in these lines:
Was it generated this way or is it just a typo? The expected code is:
The second possible problem is that Login and SWA are located in another unit. If so, you need to add a USEUNIT reference to the current unit as it is described in the "Calling Routines and Variables Declared in Another Unit" help topic.
I see two problems in your script. The first one is in these lines:
function Test3()
Test3()
{
Was it generated this way or is it just a typo? The expected code is:
function Test3()
{
The second possible problem is that Login and SWA are located in another unit. If so, you need to add a USEUNIT reference to the current unit as it is described in the "Calling Routines and Variables Declared in Another Unit" help topic.