Calling functions other than 'main'

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Calling functions other than 'main'

Post by Thunderstone »



Hi,
in a test Texis Web script I defined a function (other than main) called
'result', but when I try to call it (in a form, e.g: <FORM METHOD=get
ACTION=$url/result>) I get this message:
"002 /scripts/test/result: Can't open source file
/root_document/scripts/test/result:
Not a directory in the function compilefile."
This function REALLY EXISTS in my script!!
So what went wrong?

Thanks
Antonio




User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Calling functions other than 'main'

Post by Thunderstone »

Post Reply