Could not initialize a String array with values

I have a value : ““*”” that can fit in a string variable but can’t stand in a Array String. Uipath return me this : “Option Strict On interdit les conversions implicites de ‘String’ en ‘Double’.”

Special double quotes are not double. How can I make my array string with this string ?

@Maxime_Bonis
two things a to adress:
cannon convert from string to double: check the datatype of the array. it has to be String()
second is about double quotes give a try on {“”“*”“”,“Other value”}
grafik

Hi @Maxime_Bonis,

In addition to @ppr recommendation, please check this…

It works ! Thank you.

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