Concatenating input and string #3328
-
I can't find any examples for taking an input and using it in a magic command. I thought
Can I escape the input? Use a variable? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
This isn't directly supported. One approach that will work is to concatenate them into a single variable and then reference that in the magic command: |
Beta Was this translation helpful? Give feedback.
-
We encountered the same problem when using GetPasswordAsync when creating a SQL connectionString. @jonsequitur Do you know if a fix for the bug is planned? |
Beta Was this translation helpful? Give feedback.
A variation on that approach is to use
#!set
: