Hy,
i tried to use the 'arguments' property of JScript to get a variable
list of functionarguments.
It seems, this property is not availible for serverside programming in
JScript .net. I tried microsoft examples and allways get the
compilermessage error JS1135: Variable 'arguments' has not been
declared.
Did i anything wrong?
or is there an other way to get the functionality of 'arguments' in
JScript.NET ??
Thanks
Martin Raschke
Raschke - 21 Sep 2005 12:27 GMT
OK I found the solution of my problem.
to use property ' arguments' you have to compile the scrip with option
/fast-
I found the information here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/jscript7/html/j
soriProperties.asp
>Hy,
>
[quoted text clipped - 13 lines]
>
>Martin Raschke