Hi,
I am getting the following error a Scripting Error with the following Error Text:
) expected
This is happening on the following line of code:
output.writeln( \"\\t\\t[DataMember(Name = \"\"\" + fieldAccessor + \"\"\", IsRequired = true)]\" );
Can anyone tell me why this is happening? fieldAccessor is a variable string.
here is an example of output I want:
[DataMember(Name = \"SysOfRecCd\", IsRequired = true)]
Thanks in advance!
