cancel
Showing results for 
Search instead for 
Did you mean: 

Concatenating [object] with space won't display

Former Member
0 Kudos

I'm trying to create a string: [object1]+": "+[object2].  [object1] displays fine by itself; [object2] also displays correctly; [object1]+[object2] also displays correctly.  [object1]+"; " returns nothing.  [object1]+"; "+[object2] displays nothing. These are all variable length character strings smaller than the available cell width.  The result is the same when Concatenation() is used.  Never had this problem in version 3.1

Accepted Solutions (0)

Answers (1)

Answers (1)

nscheaffer
Active Contributor
0 Kudos

Does either object1 or object2 contain null values?

Noel