cancel
Showing results for 
Search instead for 
Did you mean: 

Smart form- supressing symbol

Former Member
0 Kudos

I used custom control in my module pool program for saving the long text to ztable. While saving it was saved with # symbol before the text in table. I have to display this text in smartform. How can i supress this # symbol in smartform?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Since you are saying that it was added before the text just use offset to remove the #.

suppose your text has 40 length and your text appears as below .

#gafadfasdfafasfasfdasfafasdfasfasfasfasdfas

then you can use v_text1(39). so it will not print # symbol

Reward points if useful

Regards,

Nageswar

marius_greeff
Active Participant
0 Kudos

Hi,

the '#' symbol also occurs when there is special characters in your text like the registered trade mark. There is no solution to this problem. You can also use the statement REPLACE var INTO field WITH ' '.

Regards,

Marius

Former Member
0 Kudos

Hi,

Before displaying the text use split command to pass this into another variable and display using that.

Reward points if helpful.

Thanks,

Dishant