cancel
Showing results for 
Search instead for 
Did you mean: 

supress the blank spaces in script

Former Member
0 Kudos

hi all

how do we supress the blank spaces in script

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try out using this &fld(C)&

and chk out other formatting options..

Regards,

Narendra

Answers (3)

Answers (3)

mahaboob_pathan
Contributor
0 Kudos

hi,

&symbols(c)& -


>compress spaces.

Former Member
0 Kudos

&SYMBOL(C)& Compress blank spaces - Consecutice spaces are compressed into a single space. Leading spacesare suppressed

Former Member
0 Kudos

I guess by saying Blank spaces you mean Blank lines between data. Use IF condition in script to print only when value exists.


Eg:
:/ IF NOT &<wa>-fld& IS INITIAL.
* &<wa>-fld&
:/ ENDIF