Hi experts,
I wonder if I have an issue with my installation or if it is a DS bug.
I'm still using DS1.4 patch1 on BI Platform (waiting for 1.4 SP1 deployment probably next week).
If I create a global script variable of type string (let's name it myString), then I encounter script errors (without any precise description) when running my application on the Platform almost every time I append "\n" to my variable ( myString = someString + "\n" ).
The same works without any problem when I use a local variable instead of a global one!
After several try and reboot, the issue is systematic if the code is located in the application "On Startup" event, it seems the first assignment works if my script is located in a component's "on click" event.
Could someone confirm me the successful usage of "\n" and global variables on BI Platform?
I will investigate a little bit more on my side this week end.
Thank you,
Christian