Skip to main content

Multi-entry lines

  • November 29, 2012
  • 2 replies
  • 0 views

I created a multi-line entry control, but not sure how I can retrieve each line separately. If each line of entry is one email address, how can retrieve each of these line?  Does any one know?  Can you help?  Thank you for your help!

Thi


#acubench

2 replies

Stephen Hjerpe
  • Participating Frequently
  • 1100 replies
  • November 29, 2012

I created a multi-line entry control, but not sure how I can retrieve each line separately. If each line of entry is one email address, how can retrieve each of these line?  Does any one know?  Can you help?  Thank you for your help!

Thi


#acubench

You may use the "VALUE IS MULTIPLE value" option with multi-line entry fields. The value data item should be a one-dimensional table with no subscript specified. The effect of the MULTIPLE phrase is to match each line of the entry field to occurrences in the table. The first line is matched to the first occurrence in the table, the second line with the second occurrence, and so on.


  • Author
  • Rocketeer
  • 19312 replies
  • November 30, 2012

I created a multi-line entry control, but not sure how I can retrieve each line separately. If each line of entry is one email address, how can retrieve each of these line?  Does any one know?  Can you help?  Thank you for your help!

Thi


#acubench

Thank you shjerpe  :)