cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
237
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Voiceops SSC on 22-06-2010 08:09:03 PM
Hi,
I'm trying to concatenate two Menu Element values so I can turn them into a single Session data value.
I have these two elements:
{Data.Element.MN_XferToRepMenu1.value} (this one equals 7)
and
{Data.Element.MN_XferToRepMenu2.value} (this one equals 589)
 
I want to concatenate them to get 7589 and then assign that to a Data.Session.CODEINPUT variable.
 
Typing {Data.Element.MN_XferToRepMenu1.value} + {Data.Element.MN_XferToRepMenu2.value} into the Session Data value field doesn't work.
 
thanks
 
 

Subject: RE: How to concatenate Element data values into a Session data?
Replied by: Voiceops SSC on 22-06-2010 11:10:29 PM
Occam's razor!
 
you simply put one next to the other:
 
{Data.Element.MN_XferToRepMenu1.value}{Data.Element.MN_XferToRepMenu2.value}
 
into the Session Data value field.
 
thanks
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links