Curly brackets error

Hi all,

i’m defining an array and when i write this to value {} the program gives me an error. I cannot open the code editor. How can i fix this problem?

Thank you.

Hi @Kuki_Force,

Can you share a screenshot please? Maybe the assign.

Regards
Ömer

HI @Kuki_Force

Give us more detail with screenshot. it would be help full to resolve quickly

Regards
Gokul

Hello @Kuki_Force

Please share the screenshot of the activity and the array you are trying to create.

Thanks

1 Like

Hi , @omer.ozturk @Gokul001

When i click (+) the error is occured

arr_Names as a String and value is {“AAA”,“BBB”,“CCC”}

so
How can i fix this problem??

Thanks.

Hi @Kuki_Force,

Sometimes default value part can get error.

Please give the value in assign like below.

arr_Names = {“AAAA”,“BBBB”,“CCCC”}

Regards,
Ömer

1 Like

Hi @Kuki_Force

You can click on the three dot

Check out the thread

Regards
Gokul

1 Like

Also check the Change the Double Quote " in the string(Array) @Kuki_Force

In assign, it works perfectly. So if i try to use an array i need to create another variable and assigned to what i’ve created one. I have to define 2 variable if i use argument in invoke code or normal definining var.
right?
And i cannot write default value within the editor if i create an array:frowning:

Thanks.

@Kuki_Force,

Yes, i prefer to use arrays with assigns.

You can use assigns too instead of default value. YW.

Regards.

1 Like

Hi,
Clicking 3 dot is ok for normal defining a variable but While defining an array variable in the invoke code an argument, it cannot be done like that.

Thanks.

Thanks man i appreciate your effort and help :slight_smile:

You are welcome @Kuki_Force,

I’m glad it works :slight_smile:

If it helped your problem, kindly mark it as solution so that other people can benefit as well.

Regards
Ömer

1 Like

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