Avatar

Level 2

Hi Paul,

  However, the following doesn't work. I'm not able to split based on the new line character. Please help.

var value = field1.rawValue;

var lines = value.split("\n");

Thanks,

Ram