- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there some special character, which can be used to divide a project or object user attribute text, into different rows/lines?
For example, below shown text:
"This is first row text @ Second row text @ Third row"
Should in single part drawings appear as:
"This is first row text
Second row text
Third row"
I used the "@" character, just as an example.
I tried both VBA and VBscript new line separators ("vbLf", "vbCrLf") but neither worked.
I understand that I can just put each text row into a separate User text:
But this approach will not work, as I already use some of those User text fields for different purposes.
I would be grateful for any kind of help on this line separation charater.
Thank you in advance.
Solved! Go to Solution.