Application Development 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: 

NULL CHARACTERS

Former Member
0 Kudos

HI FRENS,

kindly tell me how to remove null characters from a string

thanks in advance

4 REPLIES 4

Former Member
0 Kudos

Hi,

you mean space?

In this case:

replace all occurrences of space in string with ''. 

rgs

Former Member
0 Kudos

former_member188827
Active Contributor
0 Kudos

condense string.

varma_narayana
Active Contributor
0 Kudos

Hi..

To remove all the Spaces from a string:

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

reward if Helpful.