How do I join two strings together in script such as
let a='a'; let b=' " ' and '$(a)' and ' " ';
The result i want is "a" with the double quotes, is this possible? The reason is because my text contains the single quote ' marks and QV try's to interpret these inside the script when i dont want it to.