About creating string in extension mblock 5


#1

hello all why when i create a block of extension with string ( preview block String )
when i use it it will give me char “a”; how can i have char a ; without " "


#2

Set Content box like this

Char @Dropdown (Insted of using String)
and put your letter a inside dropdown like a,b,…

Paste this code in declare box (Look at the code carefully i added ’ this symbol on both side of fieldMenu_1)

char ‘/{fieldMenu_1}/’ ;


#3

You can also see how it’s implemented here (extension “Advanced Arduino”):