Copy pasting command bar tables

Hi I want to create a huge table really fast so I generated it using command bar, but when I want to copy the table into a script infront of each line theres a error

Expected identifier when parsing expression, got Unicode character U+a0 (did you mean ’ '?)

https://gyazo.com/519e25bc2db440acc7fe4f531adaf7f5

for example if I copy pasted this into a script infront of each line that error would be there and id have to erase the front of each line in order to fix it which is hard with a big dictionary

Send a copy paste of what you are trying to copy.
So I know where the NO-BREAK SPACE is hidden.

               ["a"] = 1,
                ["b"] = 3

this isnt the big one but its in any command bar table

Do you have Visual Studio Code or something similar that lets you replace all characters?

no I dont, is there any other way to do it

I found a site online to do it

1 Like

Replace " " with a space. (no break space inbetween quotation marks.)