Variable Convertion Issue "Converting String Variable in to List"

Hi Team,

Am facing an issue with variable convertion.i want to Convert String Variable in to list please help me out to solve the issue.Thanks and Regards in advance.

@lavanya_reddy

  • init a new list with new List(Of String), use add to collection
  • directly: new List(Of String) From {strTextVar}
  • via array trick {strTextVar}.toList

grafik