Dear Sir or Madam,
I seems to having problems setting properties of type Nullable<> from within JScript.
Sample script:
```
function foo(obj, propValue)
{
// obj.Prop is declared as of type Nullable<double>
// neither double nor Nullable<double> works for propValue parameter
obj.Prop = propValue;
}
```
Please help,
Yours faithfully
MW
Comments: Fixed in [Version 5.3.10](https://clearscript.codeplex.com/SourceControl/changeset/133980c335b05a07025111150f9cc2f8bc25a7fd).
I seems to having problems setting properties of type Nullable<> from within JScript.
Sample script:
```
function foo(obj, propValue)
{
// obj.Prop is declared as of type Nullable<double>
// neither double nor Nullable<double> works for propValue parameter
obj.Prop = propValue;
}
```
Please help,
Yours faithfully
MW
Comments: Fixed in [Version 5.3.10](https://clearscript.codeplex.com/SourceControl/changeset/133980c335b05a07025111150f9cc2f8bc25a7fd).