I'm following the training and get : Main.xaml: BC30198: ')' expected continuisly

Imitating this video and get this error


Anyone an idea the video has no error if I do the same I’ll get this error…

Hi @Leon_Romans_van_Schaik

You have given the values in list in ( ) this type of braces change it to curly braces { }.

Check the below Syntex for better understanding.

New List(Of String) from {"New York", "San Fransisco", "Seattle"}

Hope it helps!!

new List(Of String) From {"A","B"}

Hi Peter, genius thxs…

Thank you @Leon_Romans_van_Schaik

Happy Automation!!

Hi mkankatala, that was it …thxs…

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.