Forum Discussion
jsc
13 years agoRegular Contributor
Hi,
I do not know, what should be wrong with my script extensions.
- there is no error (as far as I can see)
- they are installed correctly
The only thing about the extensions that is some kind of suspect to me is the following.
When I type in a function call in a script extension file, that calls a function in another file then after I type the "." after the file-name, there is an error message pointing to a line, saying:
- "log is undefined"
- runtime error in microsoft jscript
This has no real effect, after clicking 'ok' I can keep on calling each function I want. After re-installing script extensions, the same error occurs.
At the corresponding line there is a simple "log.message("something").
If I delete this line or put comments in front, then some other "log.message()" line in a completely different place is complained.
Is this some known error? I really do not know, what this is..
thanks a lot,
Joachim
I do not know, what should be wrong with my script extensions.
- there is no error (as far as I can see)
- they are installed correctly
The only thing about the extensions that is some kind of suspect to me is the following.
When I type in a function call in a script extension file, that calls a function in another file then after I type the "." after the file-name, there is an error message pointing to a line, saying:
- "log is undefined"
- runtime error in microsoft jscript
This has no real effect, after clicking 'ok' I can keep on calling each function I want. After re-installing script extensions, the same error occurs.
At the corresponding line there is a simple "log.message("something").
If I delete this line or put comments in front, then some other "log.message()" line in a completely different place is complained.
Is this some known error? I really do not know, what this is..
thanks a lot,
Joachim