Scanning multiple values into one field

Follow

Comments

2 comments

  • Avatar
    Tony Ruth

    If using the Manatee widget with this code snippet, you need to modify the dynamic value in the Text Area to match the sample below. The main difference is adding ".raw" parameter to the last line.

    if(readdata != ""){
    if(displaydata != "")displaydata += ", ";
    displaydata += readdata.raw;
    }

    0
    Comment actions Permalink
  • Avatar
    Jamelle Legaspi

    If you want to replace the comma with a line break then "\n" will work instead of ","

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk