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

NULL CHARACTERS

Former Member
0 Likes
584

HI FRENS,

kindly tell me how to remove null characters from a string

thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
492

Hi,

you mean space?

In this case:

replace all occurrences of space in string with ''. 

rgs

Read only

Former Member
0 Likes
492

Read only

former_member188827
Active Contributor
0 Likes
492

condense string.

Read only

varma_narayana
Active Contributor
0 Likes
492

Hi..

To remove all the Spaces from a string:

<b>Condense <String> NO-GAPS.</b>

reward if Helpful.