E
Elridge
I have the following JScript code inside a for loop (irbNumbers and
studyNames are variales that contain lists).
canDestroyList += (i+1) + ")\nIRB Number:\t" + irbNumbers(i).text + "\n" +
"Study Name:\t" + studyNames(i).text + "\n\n;
When I display this string using a XDocument.UI.Alert, the escape characters
are interpreted and the string is displayed as I intend. However, when I
assign this string to a field in my datasource and display it using an
expression box or a text-box (set to read-only) the escape characters do not
get interprested. i get a long continuous string, without any newlines (the
newline escape characters are not displayed though).
Is there a different escape character that I could use to solve this problem?
studyNames are variales that contain lists).
canDestroyList += (i+1) + ")\nIRB Number:\t" + irbNumbers(i).text + "\n" +
"Study Name:\t" + studyNames(i).text + "\n\n;
When I display this string using a XDocument.UI.Alert, the escape characters
are interpreted and the string is displayed as I intend. However, when I
assign this string to a field in my datasource and display it using an
expression box or a text-box (set to read-only) the escape characters do not
get interprested. i get a long continuous string, without any newlines (the
newline escape characters are not displayed though).
Is there a different escape character that I could use to solve this problem?