The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Kamila
3 years agoContributor
"Enter" parameter
Hi Team,
I'm wondering if there's a parameter that can be used in OS for a new line?
I mean there's already a |SPACE|, which works perfectly, but I would need such parameter for new line (lik...
ChrisLoran
OneStream Employee
3 years agoAre you wanting to produce a multi-line text string?
Have you tried System.Environment.NewLine ? ( this would be the line separator as defined on the computer type , as opposed to a fixed constant)
( The legacy VB constant vbCrLf will also put a newline into a string, but that was more hard-fixed to a Windows mindset of CRLF, so should not be a problem on Windows , but then... )
Related Content
- 2 years ago
- 2 years ago