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: 

How to get an array of inputs

Former Member
0 Kudos

Hi

I want to get list of email address as parameters from the user. How can we get the unknown number of email address as input from user. Can I declare a table as parameter. Please help me out.

Thank you in advance.

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

you can have a select-option without the "TO" extension.

(but the downside is the length is limited to 40 characters).

if this doesnt suit you, you can go for a text box in the selection screen where user can enter email addressed separated by say ; and in your program you can spilt the text at ; to get all the email addresses.

Regards

Raja

Former Member
0 Kudos

Hi Eswar,

You can use Character data type specify length of your choice and the user to enter the e-mail IDs separated by a comma, so when u r programming you can use the SPLIT Keyword and carry on with your work.

Regards:-

Santosh