How to split a delimited string with a carriage return to create a stacked list.
Example:
Input = A:1-100+B:1-300+C:1-600
Output = A:1-100
B:1-300
C:1-600
The output will be stored in a multiline attribute in AutoCAD 2017.
How to split a delimited string with a carriage return to create a stacked list.
Example:
Input = A:1-100+B:1-300+C:1-600
Output = A:1-100
B:1-300
C:1-600
The output will be stored in a multiline attribute in AutoCAD 2017.
Best answer by takashi
Hi @blehm, you can use the StringReplacer to replace '+' with a carriage return.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.