Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

text symbol modify length

Former Member
0 Likes
1,325

Guys ,How can I modify a symbol text if this has a leng, max of 132 chars , i need it longer

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,126

Max length is upto 132 char only.So what you can do either,just Create two text symbols and show tham one after another.It will treated as continue text.

Max length is upto 132 char only.So what you can do either,just Create two text symbols and show tham one after another.It will treated as continue text.

7 REPLIES 7
Read only

Former Member
0 Likes
1,127

Max length is upto 132 char only.So what you can do either,just Create two text symbols and show tham one after another.It will treated as continue text.

Read only

former_member191735
Active Contributor
0 Likes
1,126

define another text symbol. You cannot extend the text symbol.

if you want to bigger text on selection screen, you can use selection-screen comment. if you need it somewhere else, create a variable

Read only

Former Member
0 Likes
1,126

Max length is 132. If you need longer than this, add one more text symbol and use both.

Read only

Former Member
0 Likes
1,126

Hi,

Concatenat those two text symbols into one and show them.

Thanks

Read only

Former Member
0 Likes
1,126

Hi,

Max length is 132 char only.If you want longer symbol add one more text symbol, concatenat those two text symbols into one and use them.

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
1,126

Hi,

Use another text symbol and when using it user the 2 defined text symbol one after other to get the concatenated effect.

Pooja

Read only

former_member770131
Discoverer
0 Likes
1,126

First define a field with the length you want to display the output.

Write the text you want to display in two text symbols and concatenate these two fields into the field you defined.